From ef3d8fee0469dcbfc897470c87a08cdd5a940ea5 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 8 Sep 2004 12:41:39 +0000 Subject: 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. --- sc/inc/docuno.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sc/inc/docuno.hxx') 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 #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); -- cgit