diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-19 16:27:30 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-19 16:27:30 +0000 |
commit | 00f682b9c8d20d958bca64b8635ff732b9e990a4 (patch) | |
tree | 32828ca60d8e464c4bfdd0ce15869534429ecfa4 /xmloff/source | |
parent | fdbf711ce7e9abccdcdc6f3169a6a470218e7ef3 (diff) |
INTEGRATION: CWS aw038 (1.43.130); FILE MERGED
2006/12/07 17:23:59 cl 1.43.130.2: #i68101# use elements for title and description, not attributes
2006/12/01 17:40:20 aw 1.43.130.1: #i68101# XML support for svg:title and svg:desc for shapes
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/ximpshap.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index bad6e05379de..f4edeea302ba 100644 --- a/xmloff/source/draw/ximpshap.hxx +++ b/xmloff/source/draw/ximpshap.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ximpshap.hxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: kz $ $Date: 2006-02-27 16:35:16 $ + * last change: $Author: ihi $ $Date: 2006-12-19 17:27:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -119,6 +119,10 @@ protected: rtl::OUString maShapeId; rtl::OUString maLayerName; + // #i68101# + rtl::OUString maShapeTitle; + rtl::OUString maShapeDescription; + SdXMLImExTransform2D mnTransform; com::sun::star::awt::Size maSize; com::sun::star::awt::Point maPosition; |