summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8gr.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 15:28:31 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 15:28:31 +0000
commitc4c33697d64a85e1c7aa4b5499fd11c6ef14354f (patch)
treeebd86327b8e2e304e1856cd9d8b6f8a33451942a /sw/source/filter/ww8/wrtww8gr.cxx
parente42aba6fecb62d2598133d01d190dd04963984f9 (diff)
INTEGRATION: CWS leanobjects (1.38.120); FILE MERGED
2004/11/18 11:08:40 mba 1.38.120.1: #i37278#: make objects loadable on demand
Diffstat (limited to 'sw/source/filter/ww8/wrtww8gr.cxx')
-rw-r--r--sw/source/filter/ww8/wrtww8gr.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtww8gr.cxx b/sw/source/filter/ww8/wrtww8gr.cxx
index 762a5d5d90ff..959b3e9ade34 100644
--- a/sw/source/filter/ww8/wrtww8gr.cxx
+++ b/sw/source/filter/ww8/wrtww8gr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtww8gr.cxx,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 19:18:48 $
+ * last change: $Author: rt $ $Date: 2004-11-26 16:28:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,6 +72,8 @@
#include <svtools/itemiter.hxx>
#endif
+#include <svtools/embedhlp.hxx>
+
#ifndef _VIRDEV_HXX //autogen
#include <vcl/virdev.hxx>
#endif
@@ -815,6 +817,7 @@ void SwWW8WrGrf::WriteGraphicNode(SvStream& rStrm, const GraphicDetails &rItem)
ASSERT( pOleNd, " Wer hat den OleNode versteckt ?" );
SwOLEObj& rSObj= pOleNd->GetOLEObj();
+ // TODO/LATER: do we need to load object?
Graphic* pGr = SdrOle2Obj::GetGraphicFromObject( pOleNd->GetDoc()->GetDocStorage(), rObj );
//TODO/LATER: do we really want to use GDIMetafile?!