[Libreoffice-commits] core.git: odk/examples sw/source

Caolán McNamara caolanm at redhat.com
Tue Aug 20 06:07:18 PDT 2013


 odk/examples/java/Inspector/InspectorPane.java |    6 +++---
 sw/source/core/layout/paintfrm.cxx             |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit f1304feb4b343a9497c96bc256a8ade6d8e503f1
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Aug 20 13:34:56 2013 +0100

    [TOOD|TOODO]->TODO
    
    Change-Id: I3444b1788e3246503e2460051e8ddbf38aa3de86

diff --git a/odk/examples/java/Inspector/InspectorPane.java b/odk/examples/java/Inspector/InspectorPane.java
index 79cddd7..2f0d2c5 100644
--- a/odk/examples/java/Inspector/InspectorPane.java
+++ b/odk/examples/java/Inspector/InspectorPane.java
@@ -475,9 +475,9 @@ import com.sun.star.uno.XComponentContext;
                     addPropertySetInfoSubNodes(oUnoPropertyNode);
                 }
                 else{
-                    //TOOD this code is redundant!!!
+                    //TODO this code is redundant!!!
                     if ( oUnoObject.getClass().isArray()){
-                        // TOODO probably we should provid a possibility to insert also non-primitive nodes
+                        // TODO probably we should provid a possibility to insert also non-primitive nodes
                         addPrimitiveValuesToTreeNode(oUnoPropertyNode, oUnoObject);
                     }
                     else{
@@ -526,7 +526,7 @@ import com.sun.star.uno.XComponentContext;
             else if (_oUnoNode.getNodeType() == XUnoNode.nOTHERS){
                 Object oUnoObject = _oUnoNode.getUnoObject();
                 if ( oUnoObject.getClass().isArray()){
-                    // TOODO probably we should provid a possibility to insert also non-primitive nodes
+                    // TODO probably we should provid a possibility to insert also non-primitive nodes
                      addPrimitiveValuesToTreeNode(_oUnoNode, oUnoObject);
                 }
                 else{
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 751ff7d..8b87220 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -5898,7 +5898,7 @@ static void lcl_paintBitmapExToRect(OutputDevice *pOut, Point aPoint, BitmapEx&
 //IMPORTANT: if you change the rects here, also change SwPostItMgr::ScrollbarHit
 /*static*/void SwPageFrm::PaintNotesSidebar(const SwRect& _rPageRect, ViewShell* _pViewShell, sal_uInt16 nPageNum, bool bRight)
 {
-    //TOOD: cut out scrollbar area and arrows out of sidepane rect, otherwise it could flicker when pressing arrow buttons
+    //TODO: cut out scrollbar area and arrows out of sidepane rect, otherwise it could flicker when pressing arrow buttons
     if (!_pViewShell )
         return;
 


More information about the Libreoffice-commits mailing list