diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-20 10:34:21 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-21 06:35:45 +0000 |
commit | ab4c54662ed0abd8603a35b3c8173adf0be87b3d (patch) | |
tree | e21b9d749dbf5aa4174f5de1be23d2ce8255c2e3 /include/cppcanvas/spritecanvas.hxx | |
parent | 7323190456c2ed4ec9f092f8e69ba12ce41587cd (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/spritecanvas.hxx')
-rw-r--r-- | include/cppcanvas/spritecanvas.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppcanvas/spritecanvas.hxx b/include/cppcanvas/spritecanvas.hxx index c4152fbe498a..1c312bf0ce71 100644 --- a/include/cppcanvas/spritecanvas.hxx +++ b/include/cppcanvas/spritecanvas.hxx @@ -53,8 +53,8 @@ namespace cppcanvas virtual CustomSpriteSharedPtr createCustomSprite( const ::basegfx::B2DSize& ) const = 0; - virtual ::com::sun::star::uno::Reference< - ::com::sun::star::rendering::XSpriteCanvas > getUNOSpriteCanvas() const = 0; + virtual css::uno::Reference< + css::rendering::XSpriteCanvas > getUNOSpriteCanvas() const = 0; }; } |