diff options
-rw-r--r-- | xmloff/source/draw/ximpshap.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index a2807d6d17d1..bad6e05379de 100644 --- a/xmloff/source/draw/ximpshap.hxx +++ b/xmloff/source/draw/ximpshap.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ximpshap.hxx,v $ * - * $Revision: 1.42 $ + * $Revision: 1.43 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:01:00 $ + * last change: $Author: kz $ $Date: 2006-02-27 16:35:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -113,6 +113,7 @@ protected: sal_uInt16 mnStyleFamily; sal_uInt16 mnClass; sal_Bool mbIsPlaceholder; + bool mbClearDefaultAttributes; sal_Bool mbIsUserTransformed; sal_Int32 mnZOrder; rtl::OUString maShapeId; |