summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/dbfunc4.cxx')
-rw-r--r--sc/source/ui/view/dbfunc4.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/view/dbfunc4.cxx b/sc/source/ui/view/dbfunc4.cxx
index 17492f82927b..b3523335dcb4 100644
--- a/sc/source/ui/view/dbfunc4.cxx
+++ b/sc/source/ui/view/dbfunc4.cxx
@@ -25,12 +25,8 @@
#include "drwlayer.hxx"
#include "document.hxx"
-
-
using namespace com::sun::star;
-
-
sal_uInt16 ScDBFunc::DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc, bool bAllCharts )
{
ScDrawLayer* pModel = pDoc->GetDrawLayer();
@@ -76,6 +72,4 @@ sal_uInt16 ScDBFunc::DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc, bo
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */