summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/dapidata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/dbgui/dapidata.cxx')
-rw-r--r--sc/source/ui/dbgui/dapidata.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/dbgui/dapidata.cxx b/sc/source/ui/dbgui/dapidata.cxx
index 0bf9ae87f2a1..a8e4765c49f1 100644
--- a/sc/source/ui/dbgui/dapidata.cxx
+++ b/sc/source/ui/dbgui/dapidata.cxx
@@ -17,11 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#undef SC_DLLIMPLEMENTATION
-
-
#include <vcl/waitobj.hxx>
#include <comphelper/processfactory.hxx>
@@ -42,7 +39,6 @@ using namespace com::sun::star;
#include "miscuno.hxx"
#include "dpsdbtab.hxx"
-
// entries in the "type" ListBox
#define DP_TYPELIST_TABLE 0
#define DP_TYPELIST_QUERY 1
@@ -185,5 +181,4 @@ void ScDataPilotDatabaseDlg::FillObjects()
}
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */