summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/VLegendSymbolFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/VLegendSymbolFactory.hxx')
-rw-r--r--chart2/source/view/inc/VLegendSymbolFactory.hxx25
1 files changed, 1 insertions, 24 deletions
diff --git a/chart2/source/view/inc/VLegendSymbolFactory.hxx b/chart2/source/view/inc/VLegendSymbolFactory.hxx
index f1e8b7189d94..321c171223ea 100644
--- a/chart2/source/view/inc/VLegendSymbolFactory.hxx
+++ b/chart2/source/view/inc/VLegendSymbolFactory.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: VLegendSymbolFactory.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.3.44.1 $
*
* This file is part of OpenOffice.org.
*
@@ -63,18 +63,6 @@ public:
tPropertyType ePropertyType,
const ::com::sun::star::uno::Any& rExplicitSymbol /*should contain a ::com::sun::star::chart2::Symbol without automatic symbol if the charttype does support symbols else empty*/);
- /// @param bWhiteDay: if <FALSE/> this symbol is for BlackDays
- static ::com::sun::star::uno::Reference<
- ::com::sun::star::drawing::XShape >
- createJapaneseCandleStickSymbol(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::drawing::XShapes > xSymbolContainer,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XMultiServiceFactory > & xShapeFactory,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet > & xLegendEntryProperties,
- bool bWhiteDay );
-
enum tStockLineType
{
STOCK_LINE_TYPE_VERT,
@@ -82,17 +70,6 @@ public:
STOCK_LINE_TYPE_CLOSE
};
- static ::com::sun::star::uno::Reference<
- ::com::sun::star::drawing::XShape >
- createStockLineSymbol(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::drawing::XShapes > xSymbolContainer,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XMultiServiceFactory > & xShapeFactory,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet > & xLegendEntryProperties,
- tStockLineType eType );
-
private:
VLegendSymbolFactory();
};