summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-12-09 20:08:29 +0900
committerCaolán McNamara <caolanm@redhat.com>2012-12-10 14:02:38 +0000
commit9d09dcfd23e70adb4834253f697c479dab4cf673 (patch)
tree7ad8042cddf1a27b874a36195736f843ad873658 /sw/source/core/inc/txtfrm.hxx
parent5abad485f0efa4e71f99d47e6d053298102eb2b3 (diff)
IsDbg() is no longer called
Change-Id: Id1860de882a4999eaa7fc253e1332f1c298f287f Reviewed-on: https://gerrit.libreoffice.org/1277 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/core/inc/txtfrm.hxx')
-rw-r--r--sw/source/core/inc/txtfrm.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 808172420f0f..9a28e020292e 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -646,11 +646,6 @@ inline SwTwips SwTxtFrm::GrowTst( const SwTwips nGrow )
return Grow( nGrow, sal_True );
}
-#ifdef DBG_UTIL
-// query WYSIWYG DBG
-extern sal_Bool IsDbg( const SwTxtFrm *pFrm );
-#endif
-
inline sal_Bool SwTxtFrm::IsInside( const xub_StrLen nPos ) const
{
sal_Bool bRet = sal_True;