summaryrefslogtreecommitdiff
path: root/sd/inc/notifydocumentevent.hxx
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2018-04-09 15:14:44 +0200
committerArmin Le Grand <Armin.Le.Grand@cib.de>2018-04-10 16:17:10 +0200
commite292ef25c6a4ab4766db6a871d402c52f2b9fd71 (patch)
tree8dd026e69bc82dfbe5009a838cd745ff3b2f49d5 /sd/inc/notifydocumentevent.hxx
parent64a5d65f4c6226d8e98d2f33bf86f748d4ac9280 (diff)
Make NotifyDocumentEvent use SdDrawDocument& instead of ptr
Change-Id: I00f83da44d2f07fe570f9ce6c0f506e4204a5ef9 Reviewed-on: https://gerrit.libreoffice.org/52633 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
Diffstat (limited to 'sd/inc/notifydocumentevent.hxx')
-rw-r--r--sd/inc/notifydocumentevent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/notifydocumentevent.hxx b/sd/inc/notifydocumentevent.hxx
index c16f16c13e5b..db838fd4de55 100644
--- a/sd/inc/notifydocumentevent.hxx
+++ b/sd/inc/notifydocumentevent.hxx
@@ -24,9 +24,9 @@
class SdDrawDocument;
-void NotifyDocumentEvent( SdDrawDocument const * pDocument, const OUString& rEventName );
+void NotifyDocumentEvent( SdDrawDocument& rDocument, const OUString& rEventName );
-void NotifyDocumentEvent( SdDrawDocument const * pDocument, const OUString& rEventName, const css::uno::Reference< css::uno::XInterface >& xSource );
+void NotifyDocumentEvent( SdDrawDocument& rDocument, const OUString& rEventName, const css::uno::Reference< css::uno::XInterface >& xSource );
#endif