[Libreoffice-commits] core.git: sfx2/source
Noel Grandin
noel at peralex.com
Tue Apr 7 04:11:49 PDT 2015
sfx2/source/appl/shutdowniconaqua.mm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 2a6451d77d878a5cbaba316523249ae967020014
Author: Noel Grandin <noel at peralex.com>
Date: Tue Apr 7 13:11:24 2015 +0200
fix osx build
Change-Id: I6672fa579b0e7fe0c02d5b1a3c54e99ac96f5322
diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm
index eeda569..6a91a21 100644
--- a/sfx2/source/appl/shutdowniconaqua.mm
+++ b/sfx2/source/appl/shutdowniconaqua.mm
@@ -439,16 +439,16 @@ void aqua_init_systray()
const char* pAsciiURLDescription;
} aMenuItems[] =
{
- { SvtModuleOptions::E_SWRITER, MI_WRITER, WRITER_URL },
- { SvtModuleOptions::E_SCALC, MI_CALC, CALC_URL },
- { SvtModuleOptions::E_SIMPRESS, MI_IMPRESS, IMPRESS_WIZARD_URL },
- { SvtModuleOptions::E_SDRAW, MI_DRAW, DRAW_URL },
- { SvtModuleOptions::E_SDATABASE, MI_BASE, BASE_URL },
- { SvtModuleOptions::E_SMATH, MI_MATH, MATH_URL }
+ { SvtModuleOptions::EModule::WRITER, MI_WRITER, WRITER_URL },
+ { SvtModuleOptions::EModule::CALC, MI_CALC, CALC_URL },
+ { SvtModuleOptions::EModule::IMPRESS, MI_IMPRESS, IMPRESS_WIZARD_URL },
+ { SvtModuleOptions::EModule::DRAW, MI_DRAW, DRAW_URL },
+ { SvtModuleOptions::EModule::DATABASE, MI_BASE, BASE_URL },
+ { SvtModuleOptions::EModule::MATH, MI_MATH, MATH_URL }
};
// insert entry for startcenter
- if( aModuleOptions.IsModuleInstalled( SvtModuleOptions::E_SSTARTMODULE ) )
+ if( aModuleOptions.IsModuleInstalled( SvtModuleOptions::EModule::STARTMODULE ) )
{
appendMenuItem( pMenu, nil, pShutdownIcon->GetResString( STR_QUICKSTART_STARTCENTER ), MI_STARTMODULE, OUString( "n" ) );
if( [NSApp respondsToSelector: @selector(setDockIconClickHandler:)] )
More information about the Libreoffice-commits
mailing list