diff options
author | Andras Timar <atimar@suse.com> | 2012-04-03 16:22:01 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-04-03 16:22:50 +0200 |
commit | 9bc097419568e61018b95148ad2a8181665051f9 (patch) | |
tree | 9e9805cb9733ed1cb2bf0b883ff0a6c44167a2d8 /sfx2/source/doc/docmacromode.cxx | |
parent | 05173270c11a997096671c035c18692cfd6b51dc (diff) |
fdo#44698 settings are under a different menu in Mac OS X
Diffstat (limited to 'sfx2/source/doc/docmacromode.cxx')
-rw-r--r-- | sfx2/source/doc/docmacromode.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/doc/docmacromode.cxx b/sfx2/source/doc/docmacromode.cxx index 763411a1a0fa..70cd49542fb0 100644 --- a/sfx2/source/doc/docmacromode.cxx +++ b/sfx2/source/doc/docmacromode.cxx @@ -126,7 +126,11 @@ namespace sfx2 //................................................................ void lcl_showDocumentMacrosDisabledError( const Reference< XInteractionHandler >& rxHandler, sal_Bool& rbAlreadyShown ) { +#ifdef MACOSX + lcl_showGeneralSfxErrorOnce( rxHandler, ERRCODE_SFX_DOCUMENT_MACRO_DISABLED_MAC, rbAlreadyShown ); +#else lcl_showGeneralSfxErrorOnce( rxHandler, ERRCODE_SFX_DOCUMENT_MACRO_DISABLED, rbAlreadyShown ); +#endif } //................................................................ |