summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/hyphen.hxx
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-03-05 13:36:31 +0100
committerThomas Lange [tl] <tl@openoffice.org>2010-03-05 13:36:31 +0100
commit4f4953cc81732f87959998cb6afd7ccede3ff803 (patch)
treeaf289142ed7540d009998cebf66b0f6a0d79436f /cui/source/inc/hyphen.hxx
parentcws tl74: #i107721#, #i108358# fixing build problems after merge with DEV300_m72 (diff)
downloadcore-4f4953cc81732f87959998cb6afd7ccede3ff803.tar.gz
core-4f4953cc81732f87959998cb6afd7ccede3ff803.zip
cws tl74: #i107721#, #i108358# fixed broken SVX_RES to CUI_RES after merging to m73 where those dialogs got moved to cui project
Diffstat (limited to 'cui/source/inc/hyphen.hxx')
-rwxr-xr-xcui/source/inc/hyphen.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/hyphen.hxx b/cui/source/inc/hyphen.hxx
index 48f4a31705d0..e28150ea7e4a 100755
--- a/cui/source/inc/hyphen.hxx
+++ b/cui/source/inc/hyphen.hxx
@@ -29,7 +29,7 @@
// include ---------------------------------------------------------------
-#include <boost/shared_ptr.hpp>
+#include <memory>
#include <vcl/edit.hxx>
#include <vcl/button.hxx>
@@ -64,7 +64,7 @@ struct SvxHyphenWordDialog_Impl;
class SvxHyphenWordDialog : public SfxModalDialog
{
- boost::shared_ptr< SvxHyphenWordDialog_Impl > m_pImpl;
+ std::auto_ptr< SvxHyphenWordDialog_Impl > m_pImpl;
public:
SvxHyphenWordDialog( const String &rWord, LanguageType nLang,