summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-06-23 20:47:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-06-24 09:39:55 +0200
commitff74a6eb3b4656e396368a41552699c6b642cfa4 (patch)
tree1b7333ce49385abd00983044e7afe06d6ad5d3d1 /xmlhelp
parentdd2d82cfb7c2f3fc5300bc6164608beaf7c3d0ba (diff)
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@redhat.com>
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.hxx2
1 files changed, 1 insertions, 1 deletions
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>