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

Stephan Bergmann sbergman at redhat.com
Fri Mar 28 07:39:27 PDT 2014


 sw/source/core/layout/atrfrm.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit d0542fe7251d9c6538331b22a4b5e2e294a92e97
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Mar 28 15:39:02 2014 +0100

    -Werror,-Wunused-variable
    
    Change-Id: I7b9ccef3de21d657b215f5225d8ef539921cc541

diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index a130a5d..af7c007 100644
--- a/sw/source/core/layout/atrfrm.cxx
+++ b/sw/source/core/layout/atrfrm.cxx
@@ -2428,9 +2428,6 @@ SwFrmFmt::SwFrmFmt(
         // will be derived from the parent style. In the future this
         // may be needed for more formats; all which use the
         // XATTR_FILL_FIRST, XATTR_FILL_LAST range as fill attributes
-#ifdef DBG_UTIL
-        bool bBla = true; // allow setting a breakpoint here in debug mode
-#endif
     }
     else
     {
@@ -2457,9 +2454,6 @@ SwFrmFmt::SwFrmFmt(
         // will be derived from the parent style. In the future this
         // may be needed for more formats; all which use the
         // XATTR_FILL_FIRST, XATTR_FILL_LAST range as fill attributes
-#ifdef DBG_UTIL
-        bool bBla = true; // allow setting a breakpoint here in debug mode
-#endif
     }
     else
     {


More information about the Libreoffice-commits mailing list