summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/AllMasterPagesSelector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/AllMasterPagesSelector.hxx')
-rw-r--r--sd/source/ui/sidebar/AllMasterPagesSelector.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/AllMasterPagesSelector.hxx b/sd/source/ui/sidebar/AllMasterPagesSelector.hxx
index eebc8691fa8a..0ce98e24ada6 100644
--- a/sd/source/ui/sidebar/AllMasterPagesSelector.hxx
+++ b/sd/source/ui/sidebar/AllMasterPagesSelector.hxx
@@ -38,7 +38,7 @@ class AllMasterPagesSelector
{
public:
static MasterPagesSelector* Create (
- ::Window* pParent,
+ vcl::Window* pParent,
ViewShellBase& rViewShellBase,
const css::uno::Reference<css::ui::XSidebar>& rxSidebar);
@@ -59,7 +59,7 @@ private:
::std::auto_ptr<SortedMasterPageDescriptorList> mpSortedMasterPages;
AllMasterPagesSelector (
- ::Window* pParent,
+ vcl::Window* pParent,
SdDrawDocument& rDocument,
ViewShellBase& rBase,
const ::boost::shared_ptr<MasterPageContainer>& rpContainer,