summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewTabBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/ViewTabBar.hxx')
-rw-r--r--sd/source/ui/inc/ViewTabBar.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/ViewTabBar.hxx b/sd/source/ui/inc/ViewTabBar.hxx
index f3b40694cc33..82ed1d584df2 100644
--- a/sd/source/ui/inc/ViewTabBar.hxx
+++ b/sd/source/ui/inc/ViewTabBar.hxx
@@ -67,7 +67,7 @@ public:
virtual void SAL_CALL disposing() SAL_OVERRIDE;
- ::boost::shared_ptr< ::TabControl> GetTabControl() const { return mpTabControl;}
+ VclPtr<::TabControl> GetTabControl() const { return mpTabControl;}
bool ActivatePage();
@@ -149,14 +149,14 @@ public:
GetTabBarButtons();
private:
- ::boost::shared_ptr< ::TabControl> mpTabControl;
+ VclPtr< ::TabControl> mpTabControl;
::com::sun::star::uno::Reference<
::com::sun::star::frame::XController> mxController;
::com::sun::star::uno::Reference<
::com::sun::star::drawing::framework::XConfigurationController> mxConfigurationController;
typedef ::std::vector<com::sun::star::drawing::framework::TabBarButton> TabBarButtonList;
TabBarButtonList maTabBarButtons;
- ::boost::scoped_ptr<TabPage> mpTabPage;
+ VclPtr<TabPage> mpTabPage;
::com::sun::star::uno::Reference<
::com::sun::star::drawing::framework::XResourceId> mxViewTabBarId;
ViewShellBase* mpViewShellBase;