[Libreoffice-commits] .: sw/inc

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Mon Nov 1 18:22:21 PDT 2010


 sw/inc/undobj.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2431b5851c462698a3d02bd2856730f52d2f128e
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Nov 1 20:17:11 2010 -0500

    fix breakage introduce by commit 13de34e027fa2768a1e40962f1ef2b056d91054a

diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx
index ca9879f..71e66b5 100644
--- a/sw/inc/undobj.hxx
+++ b/sw/inc/undobj.hxx
@@ -1576,7 +1576,7 @@ class SwUndoInsertLabel : public SwUndo
 public:
     SwUndoInsertLabel( const SwLabelType eTyp, const String &rText,
                         const String& rSeparator,
-                        const String& rNumberSeparator, /
+                        const String& rNumberSeparator,
                         const BOOL bBefore, const USHORT nId,
                         const String& rCharacterStyle,
                         const BOOL bCpyBrd );


More information about the Libreoffice-commits mailing list