Kaydet (Commit) 46edb178 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

put some functions into an anonzmous namespace

Change-Id: I39357685bfd3b2e556d0c6f83a3833fd64bc7e52
üst 615f6aa2
...@@ -2000,6 +2000,8 @@ awt::Rectangle ExplicitValueProvider::substractAxisTitleSizes( ...@@ -2000,6 +2000,8 @@ awt::Rectangle ExplicitValueProvider::substractAxisTitleSizes(
return aRet; return aRet;
} }
namespace {
double lcl_getPageLayoutDistancePercentage() double lcl_getPageLayoutDistancePercentage()
{ {
return 0.02; return 0.02;
...@@ -2365,6 +2367,8 @@ void lcl_removeEmptyGroupShapes( const Reference< drawing::XShapes>& xParent ) ...@@ -2365,6 +2367,8 @@ void lcl_removeEmptyGroupShapes( const Reference< drawing::XShapes>& xParent )
} }
} }
}
bool ChartView::impl_AddInDrawsAllByItself() bool ChartView::impl_AddInDrawsAllByItself()
{ {
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment