summaryrefslogtreecommitdiffstats
path: root/sw/inc/IDocumentContentOperations.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-13 10:07:33 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-13 10:07:33 +0000
commit98c59e8e864ed1e9e03cb6f95cb7498c20375c5d (patch)
treeb47651f699f526030075094402403bfc8c40ef3e /sw/inc/IDocumentContentOperations.hxx
parentINTEGRATION: CWS swqbf86 (1.122.32); FILE MERGED (diff)
downloadcore-98c59e8e864ed1e9e03cb6f95cb7498c20375c5d.tar.gz
core-98c59e8e864ed1e9e03cb6f95cb7498c20375c5d.zip
INTEGRATION: CWS opofxmlstorage (1.2.36); FILE MERGED
2006/09/12 18:59:30 mav 1.2.36.1: #i68684# provide the aspect
Diffstat (limited to 'sw/inc/IDocumentContentOperations.hxx')
-rw-r--r--sw/inc/IDocumentContentOperations.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/IDocumentContentOperations.hxx b/sw/inc/IDocumentContentOperations.hxx
index 83bc4acdbbe7..9bcb3c361463 100644
--- a/sw/inc/IDocumentContentOperations.hxx
+++ b/sw/inc/IDocumentContentOperations.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: IDocumentContentOperations.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-10-11 08:41:43 $
+ * last change: $Author: obo $ $Date: 2006-10-13 11:07:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -152,7 +152,7 @@
virtual SwFlyFrmFmt* Insert(const SwPaM &rRg, const svt::EmbeddedObjectRef& xObj, const SfxItemSet* pFlyAttrSet,
const SfxItemSet* pGrfAttrSet, SwFrmFmt*) = 0;
- virtual SwFlyFrmFmt* InsertOLE(const SwPaM &rRg, const String& rObjName, const SfxItemSet* pFlyAttrSet,
+ virtual SwFlyFrmFmt* InsertOLE(const SwPaM &rRg, const String& rObjName, sal_Int64 nAspect, const SfxItemSet* pFlyAttrSet,
const SfxItemSet* pGrfAttrSet, SwFrmFmt*) = 0;
/** Aufspalten eines Nodes an rPos (nur fuer den TxtNode implementiert)