summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-12-20 00:57:42 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2011-12-20 01:00:30 +0100
commit7f56bfc31ce5ca2e7fa1678de2c924b8107967c5 (patch)
tree77499f0625cdaa7a32a6229da02b9bcdad429794 /sw
parent6e07d605f30dab8ff3cc993245114071654e386a (diff)
remove one more ifdef for SwTestTabPage
But shouldn't this stay as it was before d330111ec383542ad8955d78a64f4ed4b095b683 in sw/source/ui/dialog/swdlgfact.cxx:1648 ?
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/config/optpage.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
index c8be2e244780..ecf345a40341 100644
--- a/sw/source/ui/config/optpage.cxx
+++ b/sw/source/ui/config/optpage.cxx
@@ -1729,8 +1729,6 @@ void SwRedlineOptionsTabPage::InitFontStyle(SvxFontPrevWindow& rExampleWin)
}
-#ifdef DBG_UTIL
-
void lcl_SetPosSize(Window& rWin, Point aPos, Size aSize)
{
aPos = rWin.LogicToPixel(aPos, MAP_APPFONT);
@@ -1863,8 +1861,6 @@ IMPL_LINK_INLINE_START( SwTestTabPage, AutoClickHdl, CheckBox *, EMPTYARG )
return 0;
}
IMPL_LINK_INLINE_END( SwTestTabPage, AutoClickHdl, CheckBox *, EMPTYARG )
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */