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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx
index 5d2e5c225331..106545c34503 100644
--- a/xmloff/inc/txtfldi.hxx
+++ b/xmloff/inc/txtfldi.hxx
@@ -149,10 +149,10 @@ public:
protected:
/// get helper
- inline XMLTextImportHelper& GetImportHelper() { return rTextImportHelper; }
+ XMLTextImportHelper& GetImportHelper() { return rTextImportHelper; }
const OUString& GetServiceName() { return sServiceName; }
- inline void SetServiceName(const OUString& sStr) { sServiceName = sStr; }
+ void SetServiceName(const OUString& sStr) { sServiceName = sStr; }
OUString const & GetContent();