include/LibreOfficeKit/LibreOfficeKit.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f3a0ed5d63823a1a111de7330d4ddbaf4e0b6d41
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue Mar 7 13:03:14 2023 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Tue Mar 7 11:06:11 2023 +0000

    Fix Doxygen comment thinko: dumpState() is in lok::Office, not in 
lok::Document
    
    Change-Id: I87626370fdd8cbe906ed31d1b8c92234696e9708
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148414
    Tested-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/include/LibreOfficeKit/LibreOfficeKit.h 
b/include/LibreOfficeKit/LibreOfficeKit.h
index 09d3e91e8640..a54c364737c6 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/include/LibreOfficeKit/LibreOfficeKit.h
@@ -119,7 +119,7 @@ struct _LibreOfficeKitClass
     /// @see lok::Office::setOption
     void (*setOption) (LibreOfficeKit* pThis, const char* pOption, const char* 
pValue);
 
-    /// @see lok::Document::dumpState
+    /// @see lok::Office::dumpState
     /// @since LibreOffice 7.5
     void (*dumpState) (LibreOfficeKit* pThis, const char* pOptions, char** 
pState);
 

Reply via email to