summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2011-03-24 14:48:19 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2011-03-24 14:48:19 +0100
commite238d71d505471e23c9dc756e4654447a9dbb528 (patch)
tree956f2f948e685f1c6a3c2486e8bf53940043890b
parent429c0e37253b9a72335cdaa7797bfe1c15b923ba (diff)
vcl2gnumake: fix a warning
-rw-r--r--sfx2/source/appl/shutdowniconaqua.mm1
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" ) ) );
}