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 ed154c72ffe0..1aa9c5ac3761 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -169,7 +169,7 @@ protected: const OUString& sServiceName); /// force an update of the field's value - /// call update on optional XUptadeable interface; (disable Fixed property) + /// call update on optional XUpdatable interface; (disable Fixed property) static void ForceUpdate( const css::uno::Reference< css::beans::XPropertySet> & rPropertySet); }; |