summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/consdlg.cxx
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-10-23 08:07:48 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-10-23 08:07:48 +0000
commite3cd754a03145647e04c99d1afae8175d889020a (patch)
treeeb7c652a0b22a82fae592486c15d9150109903c8 /sc/source/ui/dbgui/consdlg.cxx
parent67d6b818b27f9d704621dd2c54956cd44534c3d1 (diff)
del: segmentc.hxx
Diffstat (limited to 'sc/source/ui/dbgui/consdlg.cxx')
-rw-r--r--sc/source/ui/dbgui/consdlg.cxx18
1 files changed, 2 insertions, 16 deletions
diff --git a/sc/source/ui/dbgui/consdlg.cxx b/sc/source/ui/dbgui/consdlg.cxx
index 22ece9625..6974bd180 100644
--- a/sc/source/ui/dbgui/consdlg.cxx
+++ b/sc/source/ui/dbgui/consdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: consdlg.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: nn $ $Date: 2001-07-05 14:13:35 $
+ * last change: $Author: mh $ $Date: 2001-10-23 09:00:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,13 +67,8 @@
#pragma hdrstop
-#ifndef PCH
-#include <segmentc.hxx>
-#endif
-
#include <sfx2/dispatch.hxx>
-
// INCLUDE -------------------------------------------------------------------
#include "tabvwsh.hxx"
@@ -83,8 +78,6 @@
#include "rangeutl.hxx"
#include "reffact.hxx"
#include "document.hxx"
-//#include "tabvwsh.hxx"
-//#include "viewdata.hxx"
#include "scresid.hxx"
#include "globstr.hrc"
@@ -98,12 +91,8 @@
#include <vcl/msgbox.hxx>
#endif
-
#define INFOBOX(id) InfoBox(this, ScGlobal::GetRscString(id)).Execute()
-SEG_EOFGLOBALS()
-
-
//============================================================================
// class ScAreaData
@@ -695,6 +684,3 @@ USHORT ScConsolidateDlg::FuncToLbPos( ScSubTotalFunc eFunc )
}
}
-
-
-