From 8353667d35bc511378c9b14261b6bb11b7bd56aa Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 Nov 2015 11:14:38 +0200 Subject: com::sun::star->css in chart2 Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69 --- chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx') diff --git a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx index 181c67d2d59f..f065e3167282 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.hxx @@ -33,7 +33,7 @@ namespace wrapper class WrappedSymbolProperties { public: - static void addProperties( ::std::vector< ::com::sun::star::beans::Property > & rOutProperties ); + static void addProperties( ::std::vector< css::beans::Property > & rOutProperties ); static void addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& rList , std::shared_ptr< Chart2ModelContact > spChart2ModelContact ); static void addWrappedPropertiesForDiagram( std::vector< WrappedProperty* >& rList -- cgit