diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 12:45:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 12:45:38 +0000 |
commit | e9398343f5bb923309ac6e9cdc59fa3dd7be42e8 (patch) | |
tree | 159a5f3385d82a7893bc09480e3d0c2b8d1c2437 /chart2 | |
parent | 9109a315897bdc6d690658cc3bcce61c1c4e1708 (diff) |
INTEGRATION: CWS chart06 (1.5.8); FILE MERGED
2007/06/11 09:06:46 iha 1.5.8.1: #i67754# right-angled-axes option for 3D charts
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/inc/VDiagram.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chart2/source/view/inc/VDiagram.hxx b/chart2/source/view/inc/VDiagram.hxx index eac5b5649fdb..c318969c460a 100644 --- a/chart2/source/view/inc/VDiagram.hxx +++ b/chart2/source/view/inc/VDiagram.hxx @@ -4,9 +4,9 @@ * * $RCSfile: VDiagram.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2007-05-22 19:21:22 $ + * last change: $Author: rt $ $Date: 2007-07-03 13:45:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -140,6 +140,7 @@ private: //members double m_fXAnglePi; double m_fYAnglePi; double m_fZAnglePi; + sal_Bool m_bRightAngledAxes; ::com::sun::star::awt::Point m_aAvailablePosIncludingAxes; ::com::sun::star::awt::Size m_aAvailableSizeIncludingAxes; |