summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/dbfunc.cxx')
-rw-r--r--sc/source/ui/view/dbfunc.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/view/dbfunc.cxx b/sc/source/ui/view/dbfunc.cxx
index 09e32bb30eae..82a4743a2594 100644
--- a/sc/source/ui/view/dbfunc.cxx
+++ b/sc/source/ui/view/dbfunc.cxx
@@ -37,8 +37,6 @@
#include "queryentry.hxx"
#include "markdata.hxx"
-
-
ScDBFunc::ScDBFunc( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell ) :
ScViewFunc( pParent, rDocSh, pViewShell )
{
@@ -507,6 +505,4 @@ bool ScDBFunc::ImportData( const ScImportParam& rParam, bool bRecord )
return aDBDocFunc.DoImport( GetViewData()->GetTabNo(), rParam, NULL, bRecord );
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */