summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 17:12:28 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 17:12:28 +0000
commit84dbd166467baf66932342ad544a3aa0ae63938e (patch)
tree9d9f72b42898abafb1255bb9b4d18541831b4a66 /xmloff
parent06df732e7aed256ef9dbdb60b34319738f1f3ecd (diff)
INTEGRATION: CWS mav09 (1.102.26); FILE MERGED
2004/08/09 18:35:45 mav 1.102.26.3: RESYNC: (1.104-1.105); FILE MERGED 2004/07/08 07:27:35 mav 1.102.26.2: RESYNC: (1.102-1.104); FILE MERGED 2004/06/30 14:37:01 mav 1.102.26.1: #i27773# loading of links in sw
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtimp.cxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index e6a0bd1c4f..a375934f98 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtimp.cxx,v $
*
- * $Revision: 1.105 $
+ * $Revision: 1.106 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:40:52 $
+ * last change: $Author: kz $ $Date: 2004-10-04 18:12:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1952,6 +1952,16 @@ Reference< XPropertySet> XMLTextImportHelper::createAndInsertOLEObject(
return xPropSet;
}
+Reference< XPropertySet> XMLTextImportHelper::createAndInsertOOoLink(
+ SvXMLImport& rImport,
+ const OUString& rHRef,
+ const OUString& rStyleName,
+ const OUString& rTblName,
+ sal_Int32 nWidth, sal_Int32 nHeight )
+{
+ Reference< XPropertySet> xPropSet;
+ return xPropSet;
+}
Reference< XPropertySet> XMLTextImportHelper::createAndInsertApplet(
const OUString& rCode,