summaryrefslogtreecommitdiff
path: root/include/filter/msfilter/mstoolbar.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-26 10:14:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-26 10:14:30 +0200
commit402bb706da7a43ee8c161cab5a5fc4d05b965051 (patch)
tree1cd831360fca8b889cadf85b4ac87b8039b5909f /include/filter/msfilter/mstoolbar.hxx
parenta0f3b9f9549bff55129b8b8031788c6d60005777 (diff)
filter: std::auto_ptr -> std::unique_ptr
Change-Id: Id1d0392e1dbd33de326aa2bd8cbcf8cc03bf7c90
Diffstat (limited to 'include/filter/msfilter/mstoolbar.hxx')
-rw-r--r--include/filter/msfilter/mstoolbar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/mstoolbar.hxx b/include/filter/msfilter/mstoolbar.hxx
index 8dbea1b6048a..e71e873831e6 100644
--- a/include/filter/msfilter/mstoolbar.hxx
+++ b/include/filter/msfilter/mstoolbar.hxx
@@ -44,7 +44,7 @@ class MSFILTER_DLLPUBLIC CustomToolBarImportHelper
css::uno::Reference< css::graphic::XGraphic > image;
};
std::vector< iconcontrolitem > iconcommands;
- std::auto_ptr< MSOCommandConvertor > pMSOCmdConvertor;
+ std::unique_ptr< MSOCommandConvertor > pMSOCmdConvertor;
css::uno::Reference< css::ui::XUIConfigurationManagerSupplier > m_xCfgSupp;
css::uno::Reference< css::ui::XUIConfigurationManager > m_xAppCfgMgr;
SfxObjectShell& mrDocSh;