summaryrefslogtreecommitdiff
path: root/include/comphelper/string.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/string.hxx')
-rw-r--r--include/comphelper/string.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/comphelper/string.hxx b/include/comphelper/string.hxx
index c0fee8fb558c..f1d253f30401 100644
--- a/include/comphelper/string.hxx
+++ b/include/comphelper/string.hxx
@@ -319,6 +319,9 @@ COMPHELPER_DLLPUBLIC OString join(const OString& rSeparator, const std::vector<O
COMPHELPER_DLLPUBLIC sal_uInt32 decimalStringToNumber(
OUString const & str );
+COMPHELPER_DLLPUBLIC std::vector<OUString>
+ split(const OUString& rString, const sal_Unicode cSeparator);
+
/** Convert a single comma separated string to a sequence of strings.
Note that no escaping of commas or anything fancy is done.