summaryrefslogtreecommitdiffstats
path: root/include/vcl/graph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index c7d2ceba7b95..ebd59dc8c142 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -96,7 +96,7 @@ public:
Graphic( const SvgDataPtr& rSvgDataPtr );
Graphic( const Animation& rAnimation );
Graphic( const GDIMetaFile& rMtf );
- Graphic( const ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >& rxGraphic );
+ Graphic( const css::uno::Reference< css::graphic::XGraphic >& rxGraphic );
virtual ~Graphic();
Graphic& operator=( const Graphic& rGraphic );
@@ -126,7 +126,7 @@ public:
Animation GetAnimation() const;
const GDIMetaFile& GetGDIMetaFile() const;
- ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > GetXGraphic() const;
+ css::uno::Reference< css::graphic::XGraphic > GetXGraphic() const;
Size GetPrefSize() const;
void SetPrefSize( const Size& rPrefSize );