diff options
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx index faffb951077d..0184f879e05b 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx @@ -26,9 +26,7 @@ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Any; -namespace chart -{ -namespace wrapper +namespace chart::wrapper { const sal_Int32 DEFAULT_GAPWIDTH = 100; @@ -168,7 +166,6 @@ WrappedBarOverlapProperty::~WrappedBarOverlapProperty() { } -} // namespace wrapper } // namespace chart /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |