diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-17 15:42:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-21 07:30:25 +0200 |
commit | b20de6c5cfad2a48c4b35b7111b3d6ea285de061 (patch) | |
tree | 64153cb099534e5e69a9089ee36035616780af67 /include/sfx2/viewsh.hxx | |
parent | b8a54763f4f66538f13b6c0e13045e5cb3167ca4 (diff) |
sfx2: adapt comment to reality
Change-Id: I9dd2934eaa7b479460c3a2dc7d2d51ce5c767a9f
Diffstat (limited to 'include/sfx2/viewsh.hxx')
-rw-r--r-- | include/sfx2/viewsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |