summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-28 19:40:08 +0000
committerjp <jp@openoffice.org>2000-11-28 19:40:08 +0000
commit958e6794f9e7ddd8fa4d9badc28e57bacd99a38e (patch)
treed672eb70f2953b5c0beb9d7f76cf80037e88ff9f /sw/inc/ndarr.hxx
parentca066d9e5b78a448fcd02df30af8e7aea76fe5a6 (diff)
task #80795#: ReRead and InsertGrafik with GraphicObject
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index c6958373c493..95e21b71aa62 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndarr.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:27 $
+ * last change: $Author: jp $ $Date: 2000-11-28 20:33:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,7 @@
#endif
class Graphic;
+class GraphicObject;
class UniString;
class SvInPlaceObject;
class SwAttrSet;
@@ -268,6 +269,11 @@ public:
SwAttrSet* pAutoAttr = 0,
BOOL bDelayed = FALSE ); // in ndgrf.cxx
+ SwGrfNode *MakeGrfNode( const SwNodeIndex & rWhere,
+ const GraphicObject& rGrfObj,
+ SwGrfFmtColl *pColl,
+ SwAttrSet* pAutoAttr = 0 ); // in ndgrf.cxx
+
SwOLENode *MakeOLENode( const SwNodeIndex & rWhere,
SvInPlaceObject *pObj,
SwGrfFmtColl *pColl,