summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/transporttypes.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-05 09:56:28 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-05 09:56:28 +0000
commitd8d1f21948643ec214c560e98b8b60164d39d3da (patch)
treea2aaa34120740ed70e4d205f9faadd24e16b391a /xmloff/source/chart/transporttypes.hxx
parent528fa3de67f42671cd5b268feb678144dc0bc91c (diff)
INTEGRATION: CWS sch10 (1.4.178); FILE MERGED
2005/06/30 09:50:18 bm 1.4.178.1: #i51307# set size/position and 3d scene properties only if necessary, i.e. when respective attributes have been read
Diffstat (limited to 'xmloff/source/chart/transporttypes.hxx')
-rw-r--r--xmloff/source/chart/transporttypes.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx
index 5a416e475e52..23325cf4d3e4 100644
--- a/xmloff/source/chart/transporttypes.hxx
+++ b/xmloff/source/chart/transporttypes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: transporttypes.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 12:35:32 $
+ * last change: $Author: obo $ $Date: 2005-07-05 10:56:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,8 +133,9 @@ struct SchXMLAxis
rtl::OUString aName;
rtl::OUString aTitle;
com::sun::star::awt::Point aPosition;
+ bool bTitleHasMoved;
- SchXMLAxis() : eClass( SCH_XML_AXIS_UNDEF ), nIndexInCategory( 0 ) {}
+ SchXMLAxis() : eClass( SCH_XML_AXIS_UNDEF ), nIndexInCategory( 0 ), bTitleHasMoved( false ) {}
};
#endif // SCH_XML_TRANSPORTTYPES_HXX_