diff options
Diffstat (limited to 'xmloff/inc/EnhancedCustomShapeToken.hxx')
-rw-r--r-- | xmloff/inc/EnhancedCustomShapeToken.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/EnhancedCustomShapeToken.hxx b/xmloff/inc/EnhancedCustomShapeToken.hxx index dc0206fcb0c7..9eaf87973170 100644 --- a/xmloff/inc/EnhancedCustomShapeToken.hxx +++ b/xmloff/inc/EnhancedCustomShapeToken.hxx @@ -155,9 +155,9 @@ namespace xmloff::EnhancedCustomShapeToken { EAS_NotFound }; - EnhancedCustomShapeTokenEnum EASGet( std::u16string_view ); + EnhancedCustomShapeTokenEnum EASGet( const OUString& ); EnhancedCustomShapeTokenEnum EASGet( sal_Int32 nToken ); - OUString EASGet( const EnhancedCustomShapeTokenEnum ); + const OUString & EASGet( const EnhancedCustomShapeTokenEnum ); } |