summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 14:15:03 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 14:15:03 +0000
commit3767684725b3b623c1a170d5d6b74d7a51dfe8bd (patch)
tree09d8fff023e59f6b1423f0217d5ec6ace645e074 /sc/inc/column.hxx
parente4ea7d766ab50d34aeeca4efd48d90934c0b6179 (diff)
INTEGRATION: CWS dr58_SRC680 (1.18.202); FILE MERGED
2008/01/11 12:41:39 dr 1.18.202.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 9b1c3d542861..3f9d4dcb4cd5 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: column.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: obo $ $Date: 2007-01-25 11:02:48 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:15:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,9 +43,6 @@
#ifndef SC_SCGLOB_HXX
#include "global.hxx"
#endif
-#ifndef SC_POSTIT_HXX
-#include "postit.hxx"
-#endif
#ifndef SC_COMPRESSEDARRAY_HXX
#include "compressedarray.hxx"
@@ -83,6 +80,7 @@ class ScStyleSheet;
class SvtBroadcaster;
class TypedStrCollection;
class ScProgress;
+class ScPostIt;
struct ScFunctionData;
struct ScLineFlags;
struct ScMergePatternState;