summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-12-08 21:39:56 +0100
committerMichael Stahl <mstahl@redhat.com>2017-12-08 21:40:34 +0100
commit2f8e69aaf2478b04e8bfd3fa4377ccd2064fe61c (patch)
tree7fd1f604f14d49cde644f27800efc31090e8666b
parent0c003b9acf14b426ae7c4193ca24718211294e3f (diff)
vcl: Rectangle does not name a type
Change-Id: Ia90b67d80383856f0b277a86117ced3732a2ac24
-rw-r--r--vcl/source/window/cursor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/cursor.cxx b/vcl/source/window/cursor.cxx
index d3049640d07d..9f4d4a872d07 100644
--- a/vcl/source/window/cursor.cxx
+++ b/vcl/source/window/cursor.cxx
@@ -235,7 +235,7 @@ void vcl::Cursor::LOKNotify( vcl::Window* pWindow, const OUString& rAction )
if (!aSize.Width())
aSize.Width() = pWindow->GetSettings().GetStyleSettings().GetCursorSize();
- const Rectangle aRect(Point(nX, nY), aSize);
+ const tools::Rectangle aRect(Point(nX, nY), aSize);
aItems.emplace_back("rectangle", aRect.toString());
}