diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-02 03:39:26 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-02 03:39:26 +0100 |
commit | d59b9c07c86c1dca84f5aa6e71f587dc321e8ddd (patch) | |
tree | 03d978c7182b004998acb81c0bb5b041659b25ee /sc/inc | |
parent | 921fb226d2836673c1d3ef0f254708a5c5c0b313 (diff) |
remove table.hxx from document.hxx
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 0a98818c7f42..0d63e3bad1e6 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -37,19 +37,21 @@ #include "scdllapi.h" #include "rangelst.hxx" #include "rangenam.hxx" -#include "table.hxx" #include "brdcst.hxx" #include "tabopparams.hxx" +#include "sortparam.hxx" #include "types.hxx" #include "formula/grammar.hxx" #include <com/sun/star/chart2/XChartDocument.hpp> #include "scdllapi.h" #include "typedstrdata.hxx" +#include "compressedarray.hxx" +#include <tools/fract.hxx> +#include <tools/gen.hxx> #include <memory> #include <map> #include <set> -#include <list> #include <vector> #include <boost/ptr_container/ptr_vector.hpp> @@ -150,6 +152,11 @@ struct ScSetStringParam; class ScDocRowHeightUpdater; struct ScColWidthParam; struct ScCopyBlockFromClipParams; +class ScSheetEvents; +class ScProgress; +class SvtListener; +class ScNotes; +class ScEditDataArray; namespace com { namespace sun { namespace star { namespace lang { @@ -206,9 +213,6 @@ const sal_uInt8 SC_DDE_ENGLISH = 1; const sal_uInt8 SC_DDE_TEXT = 2; const sal_uInt8 SC_DDE_IGNOREMODE = 255; /// For usage in FindDdeLink() only! -typedef std::pair<SCCOL, SCROW> ScAddress2D; -typedef std::map<ScAddress2D, ScPostIt*> ScNoteMap; - class ScDocument { friend class ScDocumentIterator; |