summaryrefslogtreecommitdiff
path: root/sw/inc/fesh.hxx
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <od@openoffice.org>2009-12-30 15:07:06 +0100
committerOliver-Rainer Wittmann <od@openoffice.org>2009-12-30 15:07:06 +0100
commitace587b93a77488eba22fea1fc90ab576a4dde6c (patch)
treebf42e5640ff83bc95b31d5fbe5ba21d17f468fb7 /sw/inc/fesh.hxx
parent5d57f18e6f0b14a1bf2c0f418a9cd6f64e06781b (diff)
sw33bf02: #i89920# method <SwFEShell::InsertDrawObj(..)> - adjustment of object's attributes
- renaming of method. - setting object's wrapping style to WRAP_THROUGH. - bringing object into foreground.
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r--sw/inc/fesh.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index e75d4baec8d0..0146b91d0571 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -539,10 +539,10 @@ public:
const SfxItemSet* pFlyAttrSet = 0,
const SfxItemSet* pGrfAttrSet = 0,
SwFrmFmt* = 0 );
- //Einfuegen eines DrawObjectes. Das Object muss bereits im DrawModel
- // angemeldet sein.
- void Insert( SdrObject& rDrawObj, const SfxItemSet* pFlyAttrSet = 0,
- SwFrmFmt* = 0, const Point* = 0 );
+
+ // Insertion of a drawing object which have to be already inserted in the DrawModel
+ void InsertDrawObj( SdrObject& rDrawObj,
+ const Point& rInsertPosition );
BOOL ReplaceSdrObj( const String& rGrfName, const String& rFltName,
const Graphic* pGrf = 0 );