summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtvfldi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/txtvfldi.hxx')
-rw-r--r--xmloff/inc/txtvfldi.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx
index 276dc9b303f6..3bd5b92e7d4a 100644
--- a/xmloff/inc/txtvfldi.hxx
+++ b/xmloff/inc/txtvfldi.hxx
@@ -87,11 +87,11 @@ public:
virtual ~XMLValueImportHelper();
/// process attribute values
- virtual void ProcessAttribute( sal_uInt16 nAttrToken,
+ void ProcessAttribute( sal_uInt16 nAttrToken,
const OUString& sAttrValue );
/// prepare XTextField for insertion into document
- virtual void PrepareField(
+ void PrepareField(
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> & xPropertySet);