summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextFrameContext.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 17:12:15 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 17:12:15 +0000
commitbef40922a8ca0390a0542e153e931fbaecad8505 (patch)
treea576f86877598812953cd8d447abfffd42b1c859 /xmloff/source/text/XMLTextFrameContext.cxx
parent5a498e6f705c21123ac24b5942e16e0b6603ef48 (diff)
INTEGRATION: CWS mav09 (1.56.140); FILE MERGED
2004/09/16 17:50:58 mav 1.56.140.4: RESYNC: (1.58-1.60); FILE MERGED 2004/08/09 18:33:12 mav 1.56.140.3: RESYNC: (1.57-1.58); FILE MERGED 2004/07/08 07:26:22 mav 1.56.140.2: RESYNC: (1.56-1.57); FILE MERGED 2004/06/30 14:37:34 mav 1.56.140.1: #i27773# loading of links in sw
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextFrameContext.cxx16
1 files changed, 12 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx
index 4de88dac23c7..b01c854fb87a 100644
--- a/xmloff/source/text/XMLTextFrameContext.cxx
+++ b/xmloff/source/text/XMLTextFrameContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextFrameContext.cxx,v $
*
- * $Revision: 1.60 $
+ * $Revision: 1.61 $
*
- * last change: $Author: obo $ $Date: 2004-09-09 10:48:00 $
+ * last change: $Author: kz $ $Date: 2004-10-04 18:12:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -168,8 +168,6 @@
#include <map>
#endif
-
-
using namespace ::rtl;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
@@ -592,6 +590,16 @@ void XMLTextFrameContext_Impl::Create( sal_Bool bHRefOrBase64 )
sStyleName,
sTblName,
nWidth, nHeight );
+ else
+ {
+ // it should be an own OOo link that has no storage persistance
+ xPropSet = GetImport().GetTextImport()
+ ->createAndInsertOOoLink( GetImport(),
+ sHRef,
+ sStyleName,
+ sTblName,
+ nWidth, nHeight );
+ }
}
else
{