diff options
Diffstat (limited to 'oox/inc/oox/token/propertynames.hxx')
-rw-r--r-- | oox/inc/oox/token/propertynames.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/token/propertynames.hxx b/oox/inc/oox/token/propertynames.hxx index eb42611aae1f..931eaed0172b 100644 --- a/oox/inc/oox/token/propertynames.hxx +++ b/oox/inc/oox/token/propertynames.hxx @@ -29,7 +29,7 @@ namespace oox { // ============================================================================ /** A vector that contains all predefined property names used in the filters. */ -struct PropertyNameVector : public ::std::vector< ::rtl::OUString > { PropertyNameVector(); }; +struct PropertyNameVector : public ::std::vector< OUString > { PropertyNameVector(); }; /** Thread-save singleton of a vector of all supported property names. */ struct StaticPropertyNameVector : public ::rtl::Static< PropertyNameVector, StaticPropertyNameVector > {}; |