[Libreoffice-commits] core.git: sfx2/source

Noel Grandin noel at peralex.com
Tue Nov 19 00:36:20 PST 2013


 sfx2/source/appl/shutdowniconaqua.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e636f5768c8843f5c177a2643f3ac8f188a51cb0
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Nov 19 10:34:48 2013 +0200

    fix compile error - remove bracket
    
    I messed this up this when doing commit
    2c35fff7eca3a143d28dc75e6a73fe1101d2af77
    "remove most use of RTL_CONSTASCII_USTRINGPARAM macro"
    
    Change-Id: I2edd094cfdf9ae83d5d2a7a2ab13932277f589c1

diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm
index 64b0f14..2b922dc 100644
--- a/sfx2/source/appl/shutdowniconaqua.mm
+++ b/sfx2/source/appl/shutdowniconaqua.mm
@@ -451,7 +451,7 @@ void aqua_init_systray()
             // insert entry for startcenter
             if( aModuleOptions.IsModuleInstalled( SvtModuleOptions::E_SSTARTMODULE ) )
             {
-                appendMenuItem( pMenu, nil, pShutdownIcon->GetResString( STR_QUICKSTART_STARTCENTER ), MI_STARTMODULE, OUString( "n" ) ) );
+                appendMenuItem( pMenu, nil, pShutdownIcon->GetResString( STR_QUICKSTART_STARTCENTER ), MI_STARTMODULE, OUString( "n" ) );
                 if( [NSApp respondsToSelector: @selector(setDockIconClickHandler:)] )
                     [NSApp performSelector:@selector(setDockIconClickHandler:) withObject: pExecute];
                 else


More information about the Libreoffice-commits mailing list