[Libreoffice-commits] core.git: Branch 'feature/lok_dialog' - sfx2/source

Pranav Kant pranavk at collabora.co.uk
Thu Sep 28 05:15:04 UTC 2017


 sfx2/source/view/lokhelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 48840cf8a4333ff15fda281173f9dfa354ff4318
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Thu Sep 28 10:18:03 2017 +0530

    const-ify
    
    Change-Id: Ic0a0d50a8f8e4316d6cf254de04c08c0de533d78

diff --git a/sfx2/source/view/lokhelper.cxx b/sfx2/source/view/lokhelper.cxx
index 08a89eac49a8..6a576fb0549b 100644
--- a/sfx2/source/view/lokhelper.cxx
+++ b/sfx2/source/view/lokhelper.cxx
@@ -179,7 +179,7 @@ void SfxLokHelper::notifyDialogChild(const OUString& rDialogID, const OUString&
     }
 }
 
-void SfxLokHelper::notifyInvalidation(SfxViewShell* pThisView, const OString& rPayload)
+void SfxLokHelper::notifyInvalidation(const SfxViewShell* pThisView, const OString& rPayload)
 {
     OStringBuffer aBuf;
     aBuf.append(rPayload);


More information about the Libreoffice-commits mailing list