summaryrefslogtreecommitdiff
path: root/framework/inc/classes
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-25 21:12:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-25 21:12:16 +0100
commit25d3c618d831036c08194610f188e4781c135cfc (patch)
treeff5adadb16effa6262ce65a030b7c673fe180a91 /framework/inc/classes
parent5584d73f2db413889347b4b3a1fcaf124db02b21 (diff)
Typo: formated->formatted
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
Diffstat (limited to 'framework/inc/classes')
-rw-r--r--framework/inc/classes/filtercachedata.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index 7bb3d24f4a65..d141652c45b8 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -580,13 +580,13 @@ class FilterCFGAccess : public ::utl::ConfigItem
void write ( DataContainer& rData ,
DataContainer::ECFGType eType ); // write values from given struct to configuration
- static OUString encodeTypeData ( const FileType& aType ); // build own formated string of type properties
+ static OUString encodeTypeData ( const FileType& aType ); // build own formatted string of type properties
static void decodeTypeData ( const OUString& sData ,
FileType& aType );
- static OUString encodeFilterData( const Filter& aFilter ); // build own formated string of filter properties
+ static OUString encodeFilterData( const Filter& aFilter ); // build own formatted string of filter properties
static void decodeFilterData( const OUString& sData ,
Filter& aFilter );
- static OUString encodeStringList( const OUStringList& lList ); // build own formated string of OUStringList
+ static OUString encodeStringList( const OUStringList& lList ); // build own formatted string of OUStringList
static OUStringList decodeStringList( const OUString& sValue );
void setProductName ( OUStringHashMap& lUINames );