[Libreoffice-commits] .: sw/source
Matus Kukan
mkukan at kemper.freedesktop.org
Mon Dec 19 16:01:28 PST 2011
sw/source/ui/config/optpage.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 7f56bfc31ce5ca2e7fa1678de2c924b8107967c5
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Tue Dec 20 00:57:42 2011 +0100
remove one more ifdef for SwTestTabPage
But shouldn't this stay as it was before
d330111ec383542ad8955d78a64f4ed4b095b683
in sw/source/ui/dialog/swdlgfact.cxx:1648 ?
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
index c8be2e2..ecf345a 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: */
More information about the Libreoffice-commits
mailing list