summaryrefslogtreecommitdiff
path: root/include/cppcanvas/polypolygon.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-20 10:34:21 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-21 06:35:45 +0000
commitab4c54662ed0abd8603a35b3c8173adf0be87b3d (patch)
treee21b9d749dbf5aa4174f5de1be23d2ce8255c2e3 /include/cppcanvas/polypolygon.hxx
parent7323190456c2ed4ec9f092f8e69ba12ce41587cd (diff)
com::sun::star->css in include/cppcanvas
Change-Id: Iffaf661fe915c9b0e3500ae3923fd8300583c512 Reviewed-on: https://gerrit.libreoffice.org/19484 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/cppcanvas/polypolygon.hxx')
-rw-r--r--include/cppcanvas/polypolygon.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppcanvas/polypolygon.hxx b/include/cppcanvas/polypolygon.hxx
index e902a1fd952d..04fae838d18c 100644
--- a/include/cppcanvas/polypolygon.hxx
+++ b/include/cppcanvas/polypolygon.hxx
@@ -69,8 +69,8 @@ namespace cppcanvas
virtual void setStrokeWidth( const double& rStrokeWidth ) = 0;
virtual double getStrokeWidth() const = 0;
- virtual ::com::sun::star::uno::Reference<
- ::com::sun::star::rendering::XPolyPolygon2D > getUNOPolyPolygon() const = 0;
+ virtual css::uno::Reference<
+ css::rendering::XPolyPolygon2D > getUNOPolyPolygon() const = 0;
};
typedef std::shared_ptr< ::cppcanvas::PolyPolygon > PolyPolygonSharedPtr;