diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 15:39:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 15:39:02 +0100 |
commit | d0542fe7251d9c6538331b22a4b5e2e294a92e97 (patch) | |
tree | 699cdb1c8a00b6f38a25d8fbafab4f43b33e183f /sw | |
parent | 47862e75de51a4ac7476acff773b504fdc0d6e76 (diff) |
-Werror,-Wunused-variable
Change-Id: I7b9ccef3de21d657b215f5225d8ef539921cc541
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/atrfrm.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx index a130a5dbba09..af7c00757a3b 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 { |