summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/AllMasterPagesSelector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/AllMasterPagesSelector.cxx')
-rw-r--r--sd/source/ui/sidebar/AllMasterPagesSelector.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/AllMasterPagesSelector.cxx b/sd/source/ui/sidebar/AllMasterPagesSelector.cxx
index 08c9dda54c65..b0ff1af75dcd 100644
--- a/sd/source/ui/sidebar/AllMasterPagesSelector.cxx
+++ b/sd/source/ui/sidebar/AllMasterPagesSelector.cxx
@@ -78,7 +78,7 @@ public:
};
MasterPagesSelector* AllMasterPagesSelector::Create (
- ::Window* pParent,
+ vcl::Window* pParent,
ViewShellBase& rViewShellBase,
const css::uno::Reference<css::ui::XSidebar>& rxSidebar)
{
@@ -102,7 +102,7 @@ MasterPagesSelector* AllMasterPagesSelector::Create (
}
AllMasterPagesSelector::AllMasterPagesSelector (
- ::Window* pParent,
+ vcl::Window* pParent,
SdDrawDocument& rDocument,
ViewShellBase& rBase,
const ::boost::shared_ptr<MasterPageContainer>& rpContainer,