From 7f56bfc31ce5ca2e7fa1678de2c924b8107967c5 Mon Sep 17 00:00:00 2001 From: Matúš Kukan <matus.kukan@gmail.com> Date: Tue, 20 Dec 2011 00:57:42 +0100 Subject: remove one more ifdef for SwTestTabPage But shouldn't this stay as it was before d330111ec383542ad8955d78a64f4ed4b095b683 in sw/source/ui/dialog/swdlgfact.cxx:1648 ? --- sw/source/ui/config/optpage.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw') 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: */ -- cgit