diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:19:21 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:19:21 +0000 |
commit | dc2eeb1132c2d1e9f3760f14e0e7258eec414fec (patch) | |
tree | 387394760a19558c3ff2777c84c96a5c7f6967eb /sw/inc/fesh.hxx | |
parent | 04eae80cf21bd20333a4f76002ad0d12c274b432 (diff) |
INTEGRATION: CWS chart2mst3 (1.54.72); FILE MERGED
2007/05/14 19:02:20 bm 1.54.72.4: RESYNC: (1.56-1.57); FILE MERGED
2007/04/24 22:41:36 bm 1.54.72.3: RESYNC: (1.55-1.56); FILE MERGED
2006/11/24 20:53:09 bm 1.54.72.2: RESYNC: (1.54-1.55); FILE MERGED
2006/11/22 13:20:32 tl 1.54.72.1: #i71246# positioning of the new chart wizard to not hide the already inserted chart
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 866f5c76ae9b..2832553b5fe0 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fesh.hxx,v $ * - * $Revision: 1.57 $ + * $Revision: 1.58 $ * - * last change: $Author: rt $ $Date: 2007-04-25 08:53:41 $ + * last change: $Author: vg $ $Date: 2007-05-22 16:19:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -589,7 +589,7 @@ public: const SfxItemSet* pGrfAttrSet = 0, SwFrmFmt* = 0 ); - void InsertObject( const svt::EmbeddedObjectRef&, + SwFlyFrmFmt* InsertObject( const svt::EmbeddedObjectRef&, const SfxItemSet* pFlyAttrSet = 0, const SfxItemSet* pGrfAttrSet = 0, SwFrmFmt* = 0 ); |