summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/optpage.hxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-12-19 22:39:50 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2011-12-19 22:40:00 +0100
commitbe45ae39c4712da0079b26fe856a71c608909db5 (patch)
treecc660085cdb1d53a8bbdf2b2160d28f82851ad66 /sw/source/ui/inc/optpage.hxx
parentIDL_COMPILER is always defined (diff)
downloadcore-be45ae39c4712da0079b26fe856a71c608909db5.tar.gz
core-be45ae39c4712da0079b26fe856a71c608909db5.zip
fix build: we now use SwTestTabPage also with disabled dbgutil
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index 382441962599..a2ebae6fb704 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: */