diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-03-24 14:48:19 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-03-24 14:48:19 +0100 |
commit | e238d71d505471e23c9dc756e4654447a9dbb528 (patch) | |
tree | 956f2f948e685f1c6a3c2486e8bf53940043890b | |
parent | 429c0e37253b9a72335cdaa7797bfe1c15b923ba (diff) |
vcl2gnumake: fix a warning
-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" ) ) ); } |