summaryrefslogtreecommitdiffstats
path: root/chart2/source/tools/BaseGFXHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/BaseGFXHelper.cxx')
-rw-r--r--chart2/source/tools/BaseGFXHelper.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/chart2/source/tools/BaseGFXHelper.cxx b/chart2/source/tools/BaseGFXHelper.cxx
index 4bdeb26b780c..8db9b79b7fd0 100644
--- a/chart2/source/tools/BaseGFXHelper.cxx
+++ b/chart2/source/tools/BaseGFXHelper.cxx
@@ -25,9 +25,7 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::drawing;
using namespace ::basegfx;
-namespace chart
-{
-namespace BaseGFXHelper
+namespace chart::BaseGFXHelper
{
::basegfx::B3DRange getBoundVolume( const drawing::PolyPolygonShape3D& rPolyPoly )
@@ -195,7 +193,6 @@ void ReduceToRotationMatrix( ::basegfx::B3DHomMatrix & rB3DMatrix )
rB3DMatrix = aRotationMatrix;
}
-} // namespace BaseGFXHelper
} // namespace chart
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */