summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/charthelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/charthelper.cxx')
-rw-r--r--sc/source/core/tool/charthelper.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sc/source/core/tool/charthelper.cxx b/sc/source/core/tool/charthelper.cxx
index 5498ee62b095..cb2d152041bd 100644
--- a/sc/source/core/tool/charthelper.cxx
+++ b/sc/source/core/tool/charthelper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "charthelper.hxx"
#include "document.hxx"
#include "drwlayer.hxx"
@@ -35,13 +34,9 @@
using namespace com::sun::star;
using ::com::sun::star::uno::Reference;
-
-// ====================================================================
-
namespace
{
-
sal_uInt16 lcl_DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc, bool bAllCharts )
{
ScDrawLayer* pModel = pDoc->GetDrawLayer();
@@ -116,8 +111,7 @@ bool lcl_AdjustRanges( ScRangeList& rRanges, SCTAB nSourceTab, SCTAB nDestTab, S
}//end anonymous namespace
-// === ScChartHelper ======================================
-
+// ScChartHelper
//static
sal_uInt16 ScChartHelper::DoUpdateAllCharts( ScDocument* pDoc )
{