[Libreoffice-commits] .: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 9 01:42:38 PST 2013


 sw/source/core/unocore/unotext.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 2f320afd978f15a8197f11614251b1e7014487c9
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Wed Jan 9 09:41:57 2013 +0000

    cleanup speedup patch pushed in error.
    
    Change-Id: I24eb1c00d7e36cff85a9446ca024fd1d0652120f

diff --git a/sw/source/core/unocore/unotext.cxx b/sw/source/core/unocore/unotext.cxx
index 8060a1b..34572a1 100644
--- a/sw/source/core/unocore/unotext.cxx
+++ b/sw/source/core/unocore/unotext.cxx
@@ -17,8 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <stdio.h>
-
 #include <stdlib.h>
 
 #include <memory>
@@ -1310,7 +1308,7 @@ throw (lang::IllegalArgumentException, uno::RuntimeException)
     {
         aPam.Move( fnMoveBackward, fnGoNode );
     }
-#if 1
+#if 1 // This section should be removed in favour of the one below when it works.
     if (rProperties.getLength())
     {
         // now set the properties


More information about the Libreoffice-commits mailing list