diff options
Diffstat (limited to 'svgio/inc/svgtitledescnode.hxx')
-rw-r--r-- | svgio/inc/svgtitledescnode.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/svgio/inc/svgtitledescnode.hxx b/svgio/inc/svgtitledescnode.hxx index 0c8eae4b94f6..50eb5bc73ee2 100644 --- a/svgio/inc/svgtitledescnode.hxx +++ b/svgio/inc/svgtitledescnode.hxx @@ -19,6 +19,10 @@ #ifndef INCLUDED_SVGIO_INC_SVGTITLEDESCNODE_HXX #define INCLUDED_SVGIO_INC_SVGTITLEDESCNODE_HXX +#include <sal/config.h> + +#include <string_view> + #include "svgnode.hxx" @@ -38,7 +42,7 @@ namespace svgio::svgreader virtual ~SvgTitleDescNode() override; /// add new chars - void concatenate(const OUString& rChars); + void concatenate(std::u16string_view rChars); /// x content, set if found in current context const OUString& getText() const { return maText; } |