summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/SlideSorter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/SlideSorter.hxx')
-rw-r--r--sd/source/ui/inc/SlideSorter.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/inc/SlideSorter.hxx b/sd/source/ui/inc/SlideSorter.hxx
index a26a49be234f..1af5619f968d 100644
--- a/sd/source/ui/inc/SlideSorter.hxx
+++ b/sd/source/ui/inc/SlideSorter.hxx
@@ -32,7 +32,7 @@
class ScrollBar;
class ScrollBarBox;
-class Window;
+namespace vcl { class Window; }
namespace sd {
class ViewShell;
@@ -116,7 +116,7 @@ public:
static ::boost::shared_ptr<SlideSorter> CreateSlideSorter (
ViewShellBase& rBase,
ViewShell* pViewShell,
- ::Window& rParentWindow);
+ ::vcl::Window& rParentWindow);
/** Return the control of the vertical scroll bar.
*/
@@ -170,7 +170,7 @@ public:
const Size& rSize);
SvBorder GetBorder (void);
- bool RelocateToWindow (::Window* pWindow);
+ bool RelocateToWindow (::vcl::Window* pWindow);
/** Set the current function at the view shell or, when it is not
present, set it at the content window. This method supports the use
@@ -248,7 +248,7 @@ private:
SlideSorter (
ViewShellBase& rBase,
ViewShell* pViewShell,
- ::Window& rParentWindow);
+ ::vcl::Window& rParentWindow);
void Init (void);
/** Create the controls for the slide sorter. This are the tab bar
@@ -257,7 +257,7 @@ private:
This method is usually called exactly one time from the
constructor.
*/
- void SetupControls (::Window* pParentWindow);
+ void SetupControls (::vcl::Window* pParentWindow);
/** This method is usually called exactly one time from the
constructor.