diff options
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 4b3554103e0c..670e6d6c356c 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -157,7 +157,7 @@ protected: /// get helper inline XMLTextImportHelper& GetImportHelper() { return rTextImportHelper; } - inline OUString GetServiceName() { return sServiceName; } + const OUString& GetServiceName() { return sServiceName; } inline void SetServiceName(const OUString& sStr) { sServiceName = sStr; } OUString GetContent(); |