diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-02 21:11:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-02 21:11:14 +0000 |
commit | 54ce9c52da01a8d6cb4940bc9e245358911aba3b (patch) | |
tree | 4f964deb19f46097f97a48f386f57200786c34f0 /cui/source/options/optgdlg.cxx | |
parent | 9a71e6a9ca5127363928ec09fe50649da7210861 (diff) |
fix weird preprocessing syntax, probably meant this
Diffstat (limited to 'cui/source/options/optgdlg.cxx')
-rw-r--r-- | cui/source/options/optgdlg.cxx | 6 |
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 ) ); |