summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-08-17 11:13:07 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-08-17 11:13:07 +0000
commit59d5f903a896d10404f551e2fe10089d2a38228e (patch)
tree3f20b2c86b76e1f4597c5a86365167d45d407dbf /chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx
parent5368f48fe17157b215696d5210ee67c228452755 (diff)
INTEGRATION: CWS chart12 (1.2.40); FILE MERGED
2007/08/07 14:00:43 iha 1.2.40.1: #i80250# symbol style automatic is not saved correctly
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx
index 4bf1e8829da0..f41adbc528f5 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: WrappedSymbolProperties.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 17:24:58 $
+ * last change: $Author: ihi $ $Date: 2007-08-17 12:13:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,7 +55,8 @@ class WrappedSymbolProperties
{
public:
static void addProperties( ::std::vector< ::com::sun::star::beans::Property > & rOutProperties );
- static void addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& rList );
+ static void addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& rList
+ , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
static void addWrappedPropertiesForDiagram( std::vector< WrappedProperty* >& rList
, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
};