summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-31 14:04:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-31 14:05:11 +0200
commit0681a6ee2813dd5e8bcf5053cc1f0a2f6b4f8c97 (patch)
tree828cc05535d6c9dd16b2b45047cce858c6d811c1 /sd/source/ui/presenter
parentc866ace49f4a394185b412559fbcbb67718a2fcf (diff)
more SAL_WARN_UNUSED
Change-Id: Idf44fe0302b4504c443f083e527b63b2461ada85
Diffstat (limited to 'sd/source/ui/presenter')
-rw-r--r--sd/source/ui/presenter/PresenterCanvas.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/presenter/PresenterCanvas.cxx b/sd/source/ui/presenter/PresenterCanvas.cxx
index 99634cd10f7c..a17ee1f6a38b 100644
--- a/sd/source/ui/presenter/PresenterCanvas.cxx
+++ b/sd/source/ui/presenter/PresenterCanvas.cxx
@@ -589,8 +589,6 @@ awt::Point PresenterCanvas::GetOffset (const Reference<awt::XWindow>& rxBaseWind
const css::geometry::AffineMatrix2D& rViewTransform,
const awt::Point& rOffset)
{
- ::basegfx::B2DRectangle aClipRectangle;
-
VclPtr<vcl::Window> pWindow = VCLUnoHelper::GetWindow(mxWindow);
if (!pWindow)
return ::basegfx::B2DRectangle();