From 9bc097419568e61018b95148ad2a8181665051f9 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 3 Apr 2012 16:22:01 +0200 Subject: fdo#44698 settings are under a different menu in Mac OS X --- sfx2/source/doc/docmacromode.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sfx2/source') 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 } //................................................................ -- cgit