diff options
Diffstat (limited to 'include/xmloff/SinglePropertySetInfoCache.hxx')
-rw-r--r-- | include/xmloff/SinglePropertySetInfoCache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/SinglePropertySetInfoCache.hxx b/include/xmloff/SinglePropertySetInfoCache.hxx index 75ec174f5b92..052aeef6ee93 100644 --- a/include/xmloff/SinglePropertySetInfoCache.hxx +++ b/include/xmloff/SinglePropertySetInfoCache.hxx @@ -34,7 +34,7 @@ class SinglePropertySetInfoCache typedef std::map<css::uno::Reference<css::beans::XPropertySetInfo>, bool> Map; - OUString const sName; + OUString sName; Map map_; public: |