summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/view/SlsToolTip.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/view/SlsToolTip.cxx')
-rw-r--r--sd/source/ui/slidesorter/view/SlsToolTip.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/view/SlsToolTip.cxx b/sd/source/ui/slidesorter/view/SlsToolTip.cxx
index 4e5629b2a825..020e29ab91d2 100644
--- a/sd/source/ui/slidesorter/view/SlsToolTip.cxx
+++ b/sd/source/ui/slidesorter/view/SlsToolTip.cxx
@@ -124,7 +124,7 @@ void ToolTip::DoShow (void)
if (aBox.Bottom() >= pWindow->GetSizePixel().Height())
return;
- ::Window* pParent (pWindow.get());
+ vcl::Window* pParent (pWindow.get());
while (pParent!=NULL && pParent->GetParent()!=NULL)
pParent = pParent->GetParent();
const Point aOffset (pWindow->GetWindowExtentsRelative(pParent).TopLeft());