Kaydet (Commit) 149968b4 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

re-add the #ifdef DBG_UTIL that seems to have accidentally been removed.

üst b77902d3
......@@ -1729,6 +1729,8 @@ void SwRedlineOptionsTabPage::InitFontStyle(SvxFontPrevWindow& rExampleWin)
}
#ifdef DBG_UTIL
void lcl_SetPosSize(Window& rWin, Point aPos, Size aSize)
{
aPos = rWin.LogicToPixel(aPos, MAP_APPFONT);
......@@ -1861,6 +1863,8 @@ 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: */
......@@ -1645,7 +1645,9 @@ CreateTabPage SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc( sal_uInt16 nI
break;
case RID_SW_TP_OPTTEST_PAGE :
case TP_OPTTEST_PAGE :
#ifdef DBG_UTIL
pRet = SwTestTabPage::Create;
#endif
break;
case TP_OPTPRINT_PAGE :
case RID_SW_TP_HTML_OPTPRINT_PAGE:
......
......@@ -361,6 +361,8 @@ public:
TabPage test settings for SW
--------------------------------------------------------- */
#ifdef DBG_UTIL
class SwTestTabPage : public SfxTabPage
{
public:
......@@ -392,6 +394,7 @@ private:
DECL_LINK( AutoClickHdl, CheckBox * );
};
#endif // DBG_UTIL
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment