From 74117f95972a0ef690401815d5e5ff7759ceb8af Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 15:38:38 +0100 Subject: Fix typos Change-Id: I901ff35ad2e0aa43a421f0996865130514a819bc Reviewed-on: https://gerrit.libreoffice.org/35663 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- xmloff/inc/txtfldi.hxx | 2 +- xmloff/inc/txtvfldi.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/inc') 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); }; diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx index b5e1d6dcae86..437657b5442b 100644 --- a/xmloff/inc/txtvfldi.hxx +++ b/xmloff/inc/txtvfldi.hxx @@ -230,7 +230,7 @@ protected: /** - * uperclass for variable/user-set, var/user-input, and sequence fields + * upperclass for variable/user-set, var/user-input, and sequence fields * inds field master of appropriate type and attaches field to it. */ class XMLSetVarFieldImportContext : public XMLVarFieldImportContext -- cgit