diff options
Diffstat (limited to 'extensions/source/propctrlr')
-rw-r--r-- | extensions/source/propctrlr/modulepcr.cxx | 5 | ||||
-rw-r--r-- | extensions/source/propctrlr/modulepcr.hxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/pcrcommontypes.hxx | 8 |
3 files changed, 3 insertions, 12 deletions
diff --git a/extensions/source/propctrlr/modulepcr.cxx b/extensions/source/propctrlr/modulepcr.cxx index fdaf3b2a6348..74d4b5daff7c 100644 --- a/extensions/source/propctrlr/modulepcr.cxx +++ b/extensions/source/propctrlr/modulepcr.cxx @@ -23,10 +23,7 @@ namespace pcr { - OUString PcrRes(const char* pId) - { - return Translate::get(pId, Translate::Create("pcr")); - } +OUString PcrRes(const char* pId) { return Translate::get(pId, Translate::Create("pcr")); } } // namespace pcr diff --git a/extensions/source/propctrlr/modulepcr.hxx b/extensions/source/propctrlr/modulepcr.hxx index ee44cc6bbad3..ba23a795cb2c 100644 --- a/extensions/source/propctrlr/modulepcr.hxx +++ b/extensions/source/propctrlr/modulepcr.hxx @@ -24,7 +24,7 @@ namespace pcr { - OUString PcrRes(const char* pId); +OUString PcrRes(const char* pId); } // namespace pcr #endif // _ INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_MODULEPCR_HXX_ diff --git a/extensions/source/propctrlr/pcrcommontypes.hxx b/extensions/source/propctrlr/pcrcommontypes.hxx index 0fe62c6330c5..aebb3d47f420 100644 --- a/extensions/source/propctrlr/pcrcommontypes.hxx +++ b/extensions/source/propctrlr/pcrcommontypes.hxx @@ -25,18 +25,12 @@ #include <unordered_map> - namespace pcr { - - - typedef std::unordered_map< OUString, css::beans::Property > - PropertyMap; - +typedef std::unordered_map<OUString, css::beans::Property> PropertyMap; } // namespace pcr - #endif // INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_PCRCOMMONTYPES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |