summaryrefslogtreecommitdiffstats
path: root/xmloff/inc/txtfldi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r--xmloff/inc/txtfldi.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx
index c2537521b37e..1bff41f8c29c 100644
--- a/xmloff/inc/txtfldi.hxx
+++ b/xmloff/inc/txtfldi.hxx
@@ -153,7 +153,7 @@ protected:
/// get helper
XMLTextImportHelper& GetImportHelper() { return rTextImportHelper; }
- const OUString& GetServiceName() { return sServiceName; }
+ const OUString& GetServiceName() const { return sServiceName; }
void SetServiceName(const OUString& sStr) { sServiceName = sStr; }
OUString const & GetContent();