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

New commits:
commit 48840cf8a4333ff15fda281173f9dfa354ff4318
Author: Pranav Kant <pran...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to