diff options
Diffstat (limited to 'include/sfx2/userinputinterception.hxx')
-rw-r--r-- | include/sfx2/userinputinterception.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/userinputinterception.hxx b/include/sfx2/userinputinterception.hxx index 5825ac1d7d86..539cdb1c8eb5 100644 --- a/include/sfx2/userinputinterception.hxx +++ b/include/sfx2/userinputinterception.hxx @@ -63,7 +63,7 @@ namespace sfx2 bool handleNotifyEvent( const NotifyEvent& _rEvent ); private: - ::std::auto_ptr< UserInputInterception_Data > m_pData; + ::std::unique_ptr< UserInputInterception_Data > m_pData; }; |