summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/MasterPagesSelector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/MasterPagesSelector.hxx')
-rw-r--r--sd/source/ui/sidebar/MasterPagesSelector.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/MasterPagesSelector.hxx b/sd/source/ui/sidebar/MasterPagesSelector.hxx
index 8d65e5ad2b78..33a49cbd69c2 100644
--- a/sd/source/ui/sidebar/MasterPagesSelector.hxx
+++ b/sd/source/ui/sidebar/MasterPagesSelector.hxx
@@ -60,7 +60,7 @@ public:
vcl::Window* pParent,
SdDrawDocument& rDocument,
ViewShellBase& rBase,
- const std::shared_ptr<MasterPageContainer>& rpContainer,
+ const ::boost::shared_ptr<MasterPageContainer>& rpContainer,
const css::uno::Reference<css::ui::XSidebar>& rxSidebar);
virtual ~MasterPagesSelector();
virtual void dispose() SAL_OVERRIDE;
@@ -108,7 +108,7 @@ public:
protected:
mutable ::osl::Mutex maMutex;
- std::shared_ptr<MasterPageContainer> mpContainer;
+ ::boost::shared_ptr<MasterPageContainer> mpContainer;
SdDrawDocument& mrDocument;
bool mbSmallPreviewSize;