diff options
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx index 047ad10740f1..1799f83e7fea 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx @@ -32,9 +32,7 @@ using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Reference; using ::com::sun::star::beans::Property; -namespace chart -{ -namespace wrapper +namespace chart::wrapper { namespace { @@ -135,7 +133,6 @@ void WrappedScaleTextProperties::addWrappedProperties( std::vector< std::unique_ rList.emplace_back( new WrappedScaleTextProperty( spChart2ModelContact ) ); } -} //namespace wrapper } //namespace chart /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |