summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshap.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 15:36:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 15:36:04 +0000
commitad4dad7054bda66de1ac0d44eb0f4d3e8fbb45f4 (patch)
treecb78f67d4218804f0bd9a86f218094b9a08d338b /xmloff/source/draw/ximpshap.cxx
parent4337895b2f1b1275ae61a2f0db61e17fd0607f51 (diff)
INTEGRATION: CWS fwkpostbeta02 (1.100.4); FILE MERGED
2005/02/14 17:01:43 mba 1.100.4.2: #i41965#: pass DocBase parameter 2005/02/14 16:17:45 mba 1.100.4.1: #i41965#: pass DocBase parameter
Diffstat (limited to 'xmloff/source/draw/ximpshap.cxx')
-rw-r--r--xmloff/source/draw/ximpshap.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index 6a44cc920450..37fe217c0a70 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpshap.cxx,v $
*
- * $Revision: 1.100 $
+ * $Revision: 1.101 $
*
- * last change: $Author: rt $ $Date: 2005-02-07 14:10:39 $
+ * last change: $Author: vg $ $Date: 2005-02-21 16:36:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2795,6 +2795,9 @@ void SdXMLAppletShapeContext::EndElement()
xProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "AppletCode" ) ), aAny );
}
+ aAny <<= ::rtl::OUString( GetImport().GetDocumentBase() );
+ xProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "AppletDocBase" ) ), aAny );
+
SetThumbnail();
}