summaryrefslogtreecommitdiff
path: root/forms/source/inc/formnavigation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/formnavigation.hxx')
-rw-r--r--forms/source/inc/formnavigation.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/forms/source/inc/formnavigation.hxx b/forms/source/inc/formnavigation.hxx
index c323c2b4b2be..6bd725fc2dbb 100644
--- a/forms/source/inc/formnavigation.hxx
+++ b/forms/source/inc/formnavigation.hxx
@@ -66,10 +66,8 @@ namespace frm
private:
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >
m_xORB;
- SAL_WNODEPRECATED_DECLARATIONS_PUSH
- ::std::auto_ptr< ControlFeatureInterception >
+ ::std::unique_ptr< ControlFeatureInterception >
m_pFeatureInterception;
- SAL_WNODEPRECATED_DECLARATIONS_POP
// all supported features
FeatureMap m_aSupportedFeatures;
@@ -181,9 +179,7 @@ namespace frm
class OFormNavigationMapper
{
private:
- SAL_WNODEPRECATED_DECLARATIONS_PUSH
- ::std::auto_ptr< UrlTransformer > m_pUrlTransformer;
- SAL_WNODEPRECATED_DECLARATIONS_POP
+ ::std::unique_ptr< UrlTransformer > m_pUrlTransformer;
public:
OFormNavigationMapper(