diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:32:04 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:32:04 +0100 |
commit | a4285867cdac221f34cffe2e6c1893684fe4c62e (patch) | |
tree | bf9485ddb4a9483d76a6569fad7b5abc1d774929 /xmloff/inc | |
parent | 4ed804d92850ceeacedf861865c32bf233d46924 (diff) |
Typo: atribute(s) -> attribute(s)
Change-Id: I5434402e372c4567b2c3f96f5c175618ba3e5cfb
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 1ee1680966a1..9333688a30f5 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -570,7 +570,7 @@ public: ::com::sun::star::beans::XPropertySet> & xPropertySet); }; -/** import docinfo fields with only fixed atribute */ +/** import docinfo fields with only fixed attribute */ class XMLSimpleDocInfoImportContext : public XMLTextFieldImportContext { const OUString sPropertyFixed; @@ -1131,7 +1131,7 @@ protected: virtual void ProcessAttribute( sal_uInt16 nAttrToken, const OUString& sAttrValue ); - /// no atributes -> empty method + /// no attributes -> empty method virtual void PrepareField( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> & xPropertySet); @@ -1161,7 +1161,7 @@ protected: virtual void ProcessAttribute( sal_uInt16 nAttrToken, const OUString& sAttrValue ); - /// no atributes -> empty method + /// no attributes -> empty method virtual void PrepareField( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> & xPropertySet); |