summaryrefslogtreecommitdiff
path: root/sw/inc/drawdoc.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-03-06 12:44:09 +0000
committerRüdiger Timm <rt@openoffice.org>2006-03-06 12:44:09 +0000
commite6bdac42650b71ae37bb450ff9aa57edfcace931 (patch)
treee83b6d6656967d5e043e00d18747407bc18a9d62 /sw/inc/drawdoc.hxx
parentd2545bd04955adce96ec0fcb4d2651d011828bd0 (diff)
INTEGRATION: CWS swqbf56 (1.2.238); FILE MERGED
2006/03/02 12:41:52 od 1.2.238.1: #b6382898# class <SwDrawDocument> - overload method <createUnoModel()> from class <SdrModel>. Needed for XML import of Draw OLE objects.
Diffstat (limited to 'sw/inc/drawdoc.hxx')
-rw-r--r--sw/inc/drawdoc.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/inc/drawdoc.hxx b/sw/inc/drawdoc.hxx
index 1f945006516b..ee2c91ad9b01 100644
--- a/sw/inc/drawdoc.hxx
+++ b/sw/inc/drawdoc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drawdoc.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:42:57 $
+ * last change: $Author: rt $ $Date: 2006-03-06 13:44:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,6 +66,12 @@ public:
// fuers Speicher von Rechtecken als Control-Ersatz fuker Versionen < 5.0
virtual SdrLayerID GetControlExportLayerId( const SdrObject & ) const;
+
+protected:
+ // --> OD 2006-03-01 #b6382898#
+ // overload of <SdrModel::createUnoModel()> is needed to provide corresponding uno model.
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoModel();
+ // <--
};