From b20de6c5cfad2a48c4b35b7111b3d6ea285de061 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 17 Sep 2015 15:42:16 +0200 Subject: sfx2: adapt comment to reality Change-Id: I9dd2934eaa7b479460c3a2dc7d2d51ce5c767a9f --- include/sfx2/viewsh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx index 70f393134b70..ca5090f4cce2 100644 --- a/include/sfx2/viewsh.hxx +++ b/include/sfx2/viewsh.hxx @@ -318,7 +318,7 @@ public: SAL_DLLPRIVATE void TakeFrameOwnership_Impl(); SAL_DLLPRIVATE bool ExecKey_Impl(const KeyEvent& aKey); - /// The actual implementation of the lok::Document::registerViewCallback() API. + /// The actual per-view implementation of lok::Document::registerCallback(). void registerLibreOfficeKitViewCallback(LibreOfficeKitCallback pCallback, void* pLibreOfficeKitData); /// Invokes the registered callback, if there are any. void libreOfficeKitViewCallback(int nType, const char* pPayload) const; -- cgit