diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-29 16:29:12 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-29 16:29:12 +0200 |
commit | ae7eb93a9d60c84af220e464b4aab1f293095926 (patch) | |
tree | fefcc6d962686573348adc1f6d1c34c804dd9cca | |
parent | cf9684554c4d689b7c7219085628d4548580e87e (diff) | |
parent | e238d71d505471e23c9dc756e4654447a9dbb528 (diff) |
CWS-TOOLING: integrate CWS vcl2gnumakeooo/DEV300_m105
-rw-r--r-- | sfx2/source/appl/shutdowniconaqua.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm index 14f12c79b5..d51df52b02 100644 --- a/sfx2/source/appl/shutdowniconaqua.mm +++ b/sfx2/source/appl/shutdowniconaqua.mm @@ -115,6 +115,7 @@ using namespace ::com::sun::star::util; -(void)dockIconClicked: (NSObject*)pSender { + (void)pSender; // start start module ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( STARTMODULE_URL ) ), OUString( RTL_CONSTASCII_USTRINGPARAM( "_default" ) ) ); } |