diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-12-15 15:31:50 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-12-15 16:41:41 +0200 |
commit | 1cb87bf384820b3dc04b00422c7fc04f5d330ea2 (patch) | |
tree | 89cc756921e13bdd7048da83fe126edbffcc3d66 /vcl/source/outdev/outdev.cxx | |
parent | b71814f180bcefad6dcb3ff02c42b3cb31315bc5 (diff) |
Get rid of :: prefix for basegfx in include/vcl and vcl
We already used it without the :: prefix, in many cases in the same
files even. It is nice to have some consistency.
I was not bored enough to do it everywhere.
Change-Id: Ic8ac5bd9b4b2c02c41e5ea937a3d9477824f21cf
Diffstat (limited to 'vcl/source/outdev/outdev.cxx')
-rw-r--r-- | vcl/source/outdev/outdev.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/outdev.cxx b/vcl/source/outdev/outdev.cxx index b343f502e0fe..5d7f98de73cf 100644 --- a/vcl/source/outdev/outdev.cxx +++ b/vcl/source/outdev/outdev.cxx @@ -366,7 +366,7 @@ cairo::SurfaceSharedPtr OutputDevice::CreateBitmapSurface(const BitmapSystemData return mpGraphics->CreateBitmapSurface(*this, rData, rSize); } -css::uno::Any OutputDevice::GetNativeSurfaceHandle(cairo::SurfaceSharedPtr& rSurface, const ::basegfx::B2ISize& rSize) const +css::uno::Any OutputDevice::GetNativeSurfaceHandle(cairo::SurfaceSharedPtr& rSurface, const basegfx::B2ISize& rSize) const { if (!mpGraphics) { |