summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/typemanager.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-06-02 21:09:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-06-02 22:07:35 +0200
commite3b48ed3b8ca5d3fd65efdb778fc51743123b976 (patch)
tree3d87bba8a005e76e19331846e1a01e5684b69089 /cppuhelper/source/typemanager.hxx
parentUse more appropriate type for LocationAccess::nOwnClassVectorIndex (diff)
downloadcore-e3b48ed3b8ca5d3fd65efdb778fc51743123b976.tar.gz
core-e3b48ed3b8ca5d3fd65efdb778fc51743123b976.zip
Fix type of cppuhelper::TypeManager::getInterfaceMember separator param
...after a5343a89f898468178f04c241de0b2c2a314a1b5 "use more string_view in cppu" Change-Id: I7cd577f50cd92586e00f347b2e05247b6b5b0331 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135326 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cppuhelper/source/typemanager.hxx')
-rw-r--r--cppuhelper/source/typemanager.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cppuhelper/source/typemanager.hxx b/cppuhelper/source/typemanager.hxx
index 1a795fe22f8e..24fe0ef12166 100644
--- a/cppuhelper/source/typemanager.hxx
+++ b/cppuhelper/source/typemanager.hxx
@@ -11,6 +11,8 @@
#include <sal/config.h>
+#include <cstddef>
+
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/container/XSet.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -100,7 +102,7 @@ private:
OUString const & name, sal_Int32 separator);
css::uno::Any getInterfaceMember(
- std::u16string_view name, sal_Int32 separator);
+ std::u16string_view name, std::size_t separator);
css::uno::Any getNamed(
OUString const & name,