summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell/docshel2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/docshell/docshel2.cxx')
-rw-r--r--sd/source/ui/docshell/docshel2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/docshell/docshel2.cxx b/sd/source/ui/docshell/docshel2.cxx
index f0e1518ca7d9..d4882e594b0f 100644
--- a/sd/source/ui/docshell/docshel2.cxx
+++ b/sd/source/ui/docshell/docshel2.cxx
@@ -144,7 +144,7 @@ Rectangle DrawDocShell::GetVisArea(sal_uInt16 nAspect) const
if (aVisArea.IsEmpty() && mpViewShell)
{
- Window* pWin = mpViewShell->GetActiveWindow();
+ vcl::Window* pWin = mpViewShell->GetActiveWindow();
if (pWin)
{
@@ -282,7 +282,7 @@ Bitmap DrawDocShell::GetPagePreviewBitmap(SdPage* pPage, sal_uInt16 nMaxEdgePixe
* name.
* @return sal_False if the user cancels the action.
*/
-bool DrawDocShell::CheckPageName (::Window* pWin, OUString& rName )
+bool DrawDocShell::CheckPageName (vcl::Window* pWin, OUString& rName )
{
const OUString aStrForDlg( rName );
bool bIsNameValid = IsNewPageNameValid( rName, true );