diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-06-11 15:37:17 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-06-12 14:07:22 +0100 |
commit | f24f4f92ee37401abf117f5cf3a8a224f39214aa (patch) | |
tree | 4c4886474b8aa0ab7770fbfcb674585829e5bccd /include/LibreOfficeKit | |
parent | 8b8311a8670945c423b5d0eb419613e2a171cc23 (diff) |
Complete LibreOfficeKit C++ renaming.
Change-Id: Ice611cf5913051346a3a0c0b00ed35a35a0dfe3c
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKit.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx index c3da4973a83b..956e3cba6208 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.hxx +++ b/include/LibreOfficeKit/LibreOfficeKit.hxx @@ -87,9 +87,7 @@ public: } }; -} - -inline ::lok::Office* lo_cpp_init(const char* pInstallPath) +inline Office* lok_cpp_init(const char* pInstallPath) { LibreOfficeKit* pThis = lok_init(pInstallPath); if (pThis == NULL || pThis->nSize == 0) @@ -97,5 +95,6 @@ inline ::lok::Office* lo_cpp_init(const char* pInstallPath) return new ::lok::Office(pThis); } +} #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |