summaryrefslogtreecommitdiff
path: root/oox/inc/oox/drawingml/chart/axisconverter.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 10:38:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 10:38:48 +0000
commitdc01a6872f36e2d2aee5d1843f91dfc776c6296f (patch)
tree76b46f96851feda3e074f2b6e1f5785e1f88b93a /oox/inc/oox/drawingml/chart/axisconverter.hxx
parent7f2dd428a91b176092e56a538d4df527f8f99995 (diff)
INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED
2008/05/21 10:25:02 dr 1.1.4.6: #i10000# new header 2008/04/23 15:59:53 dr 1.1.4.5: chart auto formatting, first steps... 2008/04/17 12:38:52 dr 1.1.4.4: #i87747# reversed rotation in radar charts 2008/04/02 12:41:47 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:18 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/07 13:28:41 hbrinkm 1.1.4.1: file axisconverter.hxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:37:18 +0000
Diffstat (limited to 'oox/inc/oox/drawingml/chart/axisconverter.hxx')
-rw-r--r--oox/inc/oox/drawingml/chart/axisconverter.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/oox/inc/oox/drawingml/chart/axisconverter.hxx b/oox/inc/oox/drawingml/chart/axisconverter.hxx
index 5e77b8208d33..9235cb1b3b35 100644
--- a/oox/inc/oox/drawingml/chart/axisconverter.hxx
+++ b/oox/inc/oox/drawingml/chart/axisconverter.hxx
@@ -8,7 +8,7 @@
*
* $RCSfile: axisconverter.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
* This file is part of OpenOffice.org.
*
@@ -66,18 +66,11 @@ public:
virtual ~AxisConverter();
/** Creates a chart2 axis and inserts it into the passed coordinate system. */
- void convertModelToDocument(
+ void convertFromModel(
const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XCoordinateSystem >& rxCoordSystem,
TypeGroupConverter& rTypeGroup,
sal_Int32 nAxesSetIdx,
sal_Int32 nAxisIdx );
-
-private:
- ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XAxis >
- createAxis(
- TypeGroupConverter& rTypeGroup,
- sal_Int32 nAxesSetIdx,
- sal_Int32 nAxisIdx );
};
// ============================================================================