diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-07-08 18:57:01 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-07-26 23:54:34 +0900 |
commit | 92f41bec4cb6ff887f0a5e5602a2321f1797dbc5 (patch) | |
tree | a8e08b05b43d51184e7d73f8225ef099f49dccbc /xmloff | |
parent | a0bb6db9c527bd5b44ad80652a51d79c3f1ad5b0 (diff) |
fixed typos in comments
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/xmlexppr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/xmloff/xmlexppr.hxx b/xmloff/inc/xmloff/xmlexppr.hxx index 2cbafe089910..b7a2c684c81c 100644 --- a/xmloff/inc/xmloff/xmlexppr.hxx +++ b/xmloff/inc/xmloff/xmlexppr.hxx @@ -125,10 +125,10 @@ public: ::com::sun::star::beans::XPropertySet > rPropSet ) const { return _Filter(rPropSet, sal_False); } - /** Like Filter(), excepti that: + /** Like Filter(), except that: * - only properties that have the map flag MID_FLAG_DEFAULT_ITEM_EXPORT * set are exported, - * - instead of the property's value, its defualt value is exported. + * - instead of the property's value, its default value is exported. */ ::std::vector< XMLPropertyState > FilterDefaults( const ::com::sun::star::uno::Reference< |