summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/optpage.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-12-20 01:48:35 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-12-20 01:48:35 -0600
commit149968b4b1eeeed3669ee4229c753afdc0cd322d (patch)
tree68e56131765e911803b4ff6686a61df68948f9ef /sw/source/ui/inc/optpage.hxx
parentadd test case for ScTableSheetsObj::XNameContainer::removeByName (diff)
downloadcore-149968b4b1eeeed3669ee4229c753afdc0cd322d.tar.gz
core-149968b4b1eeeed3669ee4229c753afdc0cd322d.zip
re-add the #ifdef DBG_UTIL that seems to have accidentally been removed.
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index a2ebae6fb704..382441962599 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -361,6 +361,8 @@ public:
TabPage test settings for SW
--------------------------------------------------------- */
+#ifdef DBG_UTIL
+
class SwTestTabPage : public SfxTabPage
{
public:
@@ -392,6 +394,7 @@ private:
DECL_LINK( AutoClickHdl, CheckBox * );
};
+#endif // DBG_UTIL
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */