diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-20 00:57:42 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-20 01:00:30 +0100 |
commit | 7f56bfc31ce5ca2e7fa1678de2c924b8107967c5 (patch) | |
tree | 77499f0625cdaa7a32a6229da02b9bcdad429794 /sw | |
parent | 6e07d605f30dab8ff3cc993245114071654e386a (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.cxx | 4 |
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: */ |