summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-24 17:17:54 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-25 23:41:46 +0100
commit356987246375b102b17938414cff676547a6e0ba (patch)
tree23c39056a764c1cea71b93c416b86ca98adb53d1 /cui/source/dialogs
parent09c19c6ddada306d1b23e312838e964325105ad5 (diff)
Remove FS_PRIV_DEBUG directive.
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r--cui/source/dialogs/commonlingui.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/dialogs/commonlingui.cxx b/cui/source/dialogs/commonlingui.cxx
index 008338956289..58b0bc163e0b 100644
--- a/cui/source/dialogs/commonlingui.cxx
+++ b/cui/source/dialogs/commonlingui.cxx
@@ -106,11 +106,6 @@ SvxCommonLinguisticControl::SvxCommonLinguisticControl( ModalDialog* _pParent )
,aAuditBox ( this, CUI_RES( GB_AUDIT ) )
{
FreeResource();
-
-#ifdef FS_PRIV_DEBUG
- SetType( WINDOW_TABPAGE );
-#endif
-
SetPosSizePixel( Point( 0, 0 ), _pParent->GetOutputSizePixel() );
Show();
}