diff options
Diffstat (limited to 'chart2/source/inc/chartview')
-rw-r--r-- | chart2/source/inc/chartview/DrawModelWrapper.hxx | 2 | ||||
-rw-r--r-- | chart2/source/inc/chartview/ExplicitValueProvider.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/inc/chartview/DrawModelWrapper.hxx b/chart2/source/inc/chartview/DrawModelWrapper.hxx index 1e89f8c442fa..1872ed49534b 100644 --- a/chart2/source/inc/chartview/DrawModelWrapper.hxx +++ b/chart2/source/inc/chartview/DrawModelWrapper.hxx @@ -94,7 +94,7 @@ public: XHatchListRef GetHatchList() const; XBitmapListRef GetBitmapList() const; - SdrObject* getNamedSdrObject( const rtl::OUString& rName ); + SdrObject* getNamedSdrObject( const OUString& rName ); static SdrObject* getNamedSdrObject( const String& rName, SdrObjList* pObjList ); static bool removeShape( const ::com::sun::star::uno::Reference< diff --git a/chart2/source/inc/chartview/ExplicitValueProvider.hxx b/chart2/source/inc/chartview/ExplicitValueProvider.hxx index 4c518843cd41..dfe7afccaaad 100644 --- a/chart2/source/inc/chartview/ExplicitValueProvider.hxx +++ b/chart2/source/inc/chartview/ExplicitValueProvider.hxx @@ -58,12 +58,12 @@ public: if bSnapRect is set to true you get the resulting visible position (left-top) and size */ virtual ::com::sun::star::awt::Rectangle - getRectangleOfObject( const rtl::OUString& rObjectCID, bool bSnapRect=false )=0; + getRectangleOfObject( const OUString& rObjectCID, bool bSnapRect=false )=0; virtual ::com::sun::star::awt::Rectangle getDiagramRectangleExcludingAxes()=0; virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > - getShapeForCID( const rtl::OUString& rObjectCID )=0; + getShapeForCID( const OUString& rObjectCID )=0; virtual ::boost::shared_ptr< DrawModelWrapper > getDrawModelWrapper() = 0; |