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 | eda802c3e0f832480d5c56a7ec79a5c00e46f912 (patch) | |
tree | 83addc7d1a81bd5424aa0815588141c09b53fa46 | |
parent | bf5f48db92815a2e275c55ef72bf694f18380dca (diff) | |
parent | 9ec7075d48206f13b65fb0442962aa3a2e687156 (diff) |
CWS-TOOLING: integrate CWS vcl2gnumake
Notes
Notes:
split repo tag: libs-core_ooo/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 14f12c79b53b..d51df52b02d1 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" ) ) ); } |