summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 12:41:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 12:41:39 +0000
commitef3d8fee0469dcbfc897470c87a08cdd5a940ea5 (patch)
tree84af8f643a61b3b04dc4a902b9c550682c7807f7 /sc/inc/docuno.hxx
parent67070363ea67189a28fd55b2be9039d221098150 (diff)
INTEGRATION: CWS dr12 (1.16.24); FILE MERGED
2004/07/26 22:42:54 sab 1.16.24.2: RESYNC: (1.16-1.17); FILE MERGED 2004/07/09 16:39:15 jmarmion 1.16.24.1: #i21255# add support for creation of DrawLayer for notes.
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index 24411e2c64f1..31fbff8a0bd7 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docuno.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 10:07:39 $
+ * last change: $Author: hr $ $Date: 2004-09-08 13:41:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -152,6 +152,9 @@
#ifndef _SFX_ITEMPROP_HXX
#include <svtools/itemprop.hxx>
#endif
+#ifndef SC_DRWLAYER_HXX
+#include "drwlayer.hxx"
+#endif
class ScDocShell;
class ScAnnotationObj;
@@ -211,6 +214,7 @@ public:
BOOL AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab );
+ ScDrawLayer* MakeDrawLayer();
void BeforeXMLLoading();
void AfterXMLLoading(sal_Bool bRet);