summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-02-18 11:48:16 +0000
committerOliver Bolte <obo@openoffice.org>2009-02-18 11:48:16 +0000
commit5e8a87b3f5a030ad5ab3c823348641600b99884d (patch)
tree9518fff1ed14b06efb10625395bb50932c9c45f9 /offapi/com/sun/star/xml
parent392e60398e1b2853b0651bec3e976043ce544879 (diff)
CWS-TOOLING: integrate CWS hb14
2009-01-23 10:08:45 +0100 os r266775 : #i90699# import text columns at start correctly 2009-01-21 16:36:51 +0100 hbrinkm r266686 : #i92625# new attribute StartToken 2009-01-21 16:29:07 +0100 hbrinkm r266684 : #i92625# XFastShapeContextHandler: new attribute StartToken 2009-01-21 16:26:19 +0100 hbrinkm r266683 : #i92625# compile error in debug code 2009-01-21 16:22:27 +0100 hbrinkm r266682 : #i92625# OOXMLFastContextHandlerShape::setToken 2009-01-21 16:18:17 +0100 hbrinkm r266680 : #i92625# OOXMLDocumentImpl::getSubStream: forward mxShapes to substream document 2009-01-05 12:34:38 +0100 hbrinkm r265864 : CWS-TOOLING: rebase CWS hb14 to trunk@265758 (milestone: DEV300:m38)
Diffstat (limited to 'offapi/com/sun/star/xml')
-rw-r--r--offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl b/offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl
index 916fbd285ab6..3def460ed435 100644
--- a/offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl
@@ -54,6 +54,7 @@ interface XFastShapeContextHandler: com::sun::star::xml::sax::XFastContextHandle
[attribute] com::sun::star::frame::XModel Model;
[attribute] com::sun::star::io::XInputStream InputStream;
[attribute] string RelationFragmentPath;
+ [attribute] long StartToken;
};
//=============================================================================