[Libreoffice-commits] .: sw/source

Matus Kukan mkukan at kemper.freedesktop.org
Mon Dec 19 13:40:48 PST 2011


 sw/source/ui/inc/optpage.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit be45ae39c4712da0079b26fe856a71c608909db5
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Mon Dec 19 22:39:50 2011 +0100

    fix build: we now use SwTestTabPage also with disabled dbgutil

diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index 3824419..a2ebae6 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -361,8 +361,6 @@ public:
  TabPage test settings for SW
 --------------------------------------------------------- */
 
-#ifdef DBG_UTIL
-
 class SwTestTabPage : public SfxTabPage
 {
 public:
@@ -394,7 +392,6 @@ private:
     DECL_LINK( AutoClickHdl, CheckBox * );
 
 };
-#endif // DBG_UTIL
 
 #endif
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list