summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-02 21:11:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-02 21:11:14 +0000
commit54ce9c52da01a8d6cb4940bc9e245358911aba3b (patch)
tree4f964deb19f46097f97a48f386f57200786c34f0 /cui/source/options/optgdlg.cxx
parent9a71e6a9ca5127363928ec09fe50649da7210861 (diff)
fix weird preprocessing syntax, probably meant this
Diffstat (limited to 'cui/source/options/optgdlg.cxx')
-rw-r--r--cui/source/options/optgdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index cd69b77b9978..3f5863f99791 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -221,7 +221,7 @@ OfaMiscTabPage::OfaMiscTabPage(Window* pParent, const SfxItemSet& rSet ) :
{
FreeResource();
-#if not ENABLE_HELP_FORMATTING
+#if !defined(ENABLE_HELP_FORMATTING)
aHelpFormatFT.Hide();
aHelpFormatLB.Hide();
#endif
@@ -232,10 +232,10 @@ OfaMiscTabPage::OfaMiscTabPage(Window* pParent, const SfxItemSet& rSet ) :
aFileDlgCB.Hide();
}
- #if ! defined(QUARTZ)
+#if !defined(QUARTZ)
aPrintDlgFL.Hide();
aPrintDlgCB.Hide();
- #endif
+#endif
#ifdef WNT
aFileDlgCB.SetToggleHdl( LINK( this, OfaMiscTabPage, OnFileDlgToggled ) );