diff options
author | Björn Milcke <bm@openoffice.org> | 2003-10-14 16:17:17 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2003-10-14 16:17:17 +0000 |
commit | deefe2b2c1044b3bf75db72a15998ffc90b44b6e (patch) | |
tree | a420da818e1f70b47904ddf9272043bac7973e23 /chart2/source/view/main/VLegend.hxx | |
parent | 119388f2159061fe11141c8fc38eca5c1699adcf (diff) |
first version of flat legend
Diffstat (limited to 'chart2/source/view/main/VLegend.hxx')
-rw-r--r-- | chart2/source/view/main/VLegend.hxx | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/chart2/source/view/main/VLegend.hxx b/chart2/source/view/main/VLegend.hxx index 40b353a38015..0655a9970d22 100644 --- a/chart2/source/view/main/VLegend.hxx +++ b/chart2/source/view/main/VLegend.hxx @@ -2,9 +2,9 @@ * * $RCSfile: VLegend.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: bm $ $Date: 2003-10-14 14:45:06 $ + * last change: $Author: bm $ $Date: 2003-10-14 17:17:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,18 +109,6 @@ public: ::com::sun::star::awt::Size getSize() const; -protected: - - void createLegendEntries( - const ::com::sun::star::uno::Reference< - ::com::sun::star::drawing::XShapes > & xShapeContainer, - const ::com::sun::star::uno::Reference< - ::drafts::com::sun::star::chart2::XDataSeriesTreeParent > & xParent, - const ::com::sun::star::uno::Reference< - ::drafts::com::sun::star::chart2::XDataSeriesTreeParent > & xRootParent, - sal_Int32 & nOutCurrentWidth, - sal_Int32 & nOutCurrentHeight ); - private: ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes > m_xTarget; |