summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
index 1185a64a9e51..708bbb82a256 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
@@ -93,7 +93,7 @@ TYPEINIT1(SlideSorterViewShell, ViewShell);
::boost::shared_ptr<SlideSorterViewShell> SlideSorterViewShell::Create (
SfxViewFrame* pFrame,
ViewShellBase& rViewShellBase,
- ::Window* pParentWindow,
+ ::vcl::Window* pParentWindow,
FrameView* pFrameViewArgument,
const bool bIsCenterPane)
{
@@ -118,7 +118,7 @@ TYPEINIT1(SlideSorterViewShell, ViewShell);
SlideSorterViewShell::SlideSorterViewShell (
SfxViewFrame* pFrame,
ViewShellBase& rViewShellBase,
- ::Window* pParentWindow,
+ ::vcl::Window* pParentWindow,
FrameView* pFrameViewArgument)
: ViewShell (pFrame, pParentWindow, rViewShellBase),
mpSlideSorter(),
@@ -292,7 +292,7 @@ SlideSorter& SlideSorterViewShell::GetSlideSorter (void) const
return *mpSlideSorter;
}
-bool SlideSorterViewShell::RelocateToParentWindow (::Window* pParentWindow)
+bool SlideSorterViewShell::RelocateToParentWindow (::vcl::Window* pParentWindow)
{
OSL_ASSERT(mpSlideSorter);
if ( ! mpSlideSorter)
@@ -658,7 +658,7 @@ void SlideSorterViewShell::UpdateScrollBars (void)
void SlideSorterViewShell::StartDrag (
const Point& rDragPt,
- ::Window* pWindow )
+ ::vcl::Window* pWindow )
{
OSL_ASSERT(mpSlideSorter.get()!=NULL);
mpSlideSorter->GetController().GetClipboard().StartDrag (