[Libreoffice-commits] core.git: xmlhelp/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 24 07:40:49 UTC 2021


 xmlhelp/source/cxxhelp/provider/databases.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ff74a6eb3b4656e396368a41552699c6b642cfa4
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jun 23 20:47:38 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jun 24 09:39:55 2021 +0200

    error: unknown type name 'OStringBuffer'
    
    Change-Id: I28a4a2581e6afb02aeb137932fbf884b109e4b5c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117748
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx
index 5f1d44ef9298..e5cdf10fde52 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.hxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.hxx
@@ -28,7 +28,7 @@
 #include <vector>
 #include <osl/mutex.hxx>
 #include <rtl/ustring.hxx>
-#include <rtl/string.hxx>
+#include <rtl/strbuf.hxx>
 #include <com/sun/star/uno/Sequence.hxx>
 #include <com/sun/star/container/XHierarchicalNameAccess.hpp>
 #include <com/sun/star/lang/XMultiComponentFactory.hpp>


More information about the Libreoffice-commits mailing list