diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-19 22:39:50 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-19 22:40:00 +0100 |
commit | be45ae39c4712da0079b26fe856a71c608909db5 (patch) | |
tree | cc660085cdb1d53a8bbdf2b2160d28f82851ad66 /sw | |
parent | 6ade792d3e8f3244dcbb445a540939158820e50a (diff) |
fix build: we now use SwTestTabPage also with disabled dbgutil
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/inc/optpage.hxx | 3 |
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: */ |