summaryrefslogtreecommitdiff
path: root/svx/source/toolbars/fontworkbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/toolbars/fontworkbar.cxx')
-rw-r--r--svx/source/toolbars/fontworkbar.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/toolbars/fontworkbar.cxx b/svx/source/toolbars/fontworkbar.cxx
index 68777790e1ea..135dca78325f 100644
--- a/svx/source/toolbars/fontworkbar.cxx
+++ b/svx/source/toolbars/fontworkbar.cxx
@@ -197,7 +197,7 @@ FontworkBar::~FontworkBar()
SetRepeatTarget(NULL);
}
-static Window* ImpGetViewWin(SdrView* pView)
+static vcl::Window* ImpGetViewWin(SdrView* pView)
{
if( pView )
{
@@ -208,7 +208,7 @@ static Window* ImpGetViewWin(SdrView* pView)
if(OUTDEV_WINDOW == pOut->GetOutDevType())
{
- return (Window*)pOut;
+ return (vcl::Window*)pOut;
}
}
}