[Libreoffice-commits] .: sw/inc

Caolán McNamara caolan at kemper.freedesktop.org
Fri Jan 21 06:46:14 PST 2011


 sw/inc/editsh.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 968bcd8deabd4a83207af3c3666c21d0784896cc
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Jan 21 14:37:36 2011 +0000

    fix build breakage

diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index a6ab600..497e4eb 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -232,7 +232,7 @@ public:
     BOOL DelINetAttrWithText();
 
     // If Cursor is at the end of a character style in which the DontExpand-flag
-       is not yet set, the latter will be set (==> return TRUE).
+    // is not yet set, the latter will be set (==> return TRUE).
     BOOL DontExpandFmt();
 
     // Apply / remove attributes.
@@ -584,7 +584,7 @@ public:
     void SetGraphicPolygon( const PolyPolygon *pPoly );
 
     // If there's an automatic, not manipulated polygon at the selected
-        notxtnode, it has to be deleted, e.g. cause the object has changed.
+    // notxtnode, it has to be deleted, e.g. cause the object has changed.
     void ClearAutomaticContour();
 
     // Returns the size of a graphic in Twips if cursor is in a graphic.


More information about the Libreoffice-commits mailing list