summaryrefslogtreecommitdiff
path: root/include/oox/helper/attributelist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/attributelist.hxx')
-rw-r--r--include/oox/helper/attributelist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/helper/attributelist.hxx b/include/oox/helper/attributelist.hxx
index d58305bffa54..65e7f4ee2cf3 100644
--- a/include/oox/helper/attributelist.hxx
+++ b/include/oox/helper/attributelist.hxx
@@ -145,7 +145,7 @@ public:
passed default string if the attribute is missing. */
OUString getXString( sal_Int32 nAttrToken, const OUString& rDefault ) const;
- const char* getChar( sal_Int32 nAttrToken ) const;
+ std::string_view getView( sal_Int32 nAttrToken ) const;
/** Returns the double value of the specified attribute, or the passed