summaryrefslogtreecommitdiffstats
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-08 14:42:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-09 07:14:34 +0100
commit97e47e7b004945d3ac28a9262df371ca2faf1903 (patch)
tree5bab8b1cc8961c906c96e0438a9128ad7a0e1549 /include/vcl/svapp.hxx
parentdrop getColor() method of Color (diff)
downloadcore-97e47e7b004945d3ac28a9262df371ca2faf1903.tar.gz
core-97e47e7b004945d3ac28a9262df371ca2faf1903.zip
loplugin:constantparam in vcl
Change-Id: I1618280494ff10d884a3285501303c6a74ef3542 Reviewed-on: https://gerrit.libreoffice.org/50951 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index d9daba3154a8..98c123e217b5 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -716,13 +716,12 @@ public:
/** Send event to all VCL application event listeners
- @param nEvent Event ID
@param pWin Pointer to window to send event
@param pData Pointer to data to send with event
@see ImplCallEventListeners(VclSimpleEvent* pEvent)
*/
- static void ImplCallEventListeners( VclEventId nEvent, void* pData );
+ static void ImplCallEventListenersApplicationDataChanged( void* pData );
/** Send event to all VCL application event listeners