summaryrefslogtreecommitdiff
path: root/include/svx/langbox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-17 09:31:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-17 11:44:56 +0000
commit8de63ad5bb2a60f7306a9bfe15384cd0164109df (patch)
tree6f1f5947a1ddc1cc1a883cb8c21afee8fc582124 /include/svx/langbox.hxx
parent0f46d90621eb5af6548ec6e9933b3a041728bd4e (diff)
some more de-boostification
Change-Id: I8ee8fd7b99598e484430d91e17e468951288d72d
Diffstat (limited to 'include/svx/langbox.hxx')
-rw-r--r--include/svx/langbox.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx
index da82e900453b..f804f32b0d33 100644
--- a/include/svx/langbox.hxx
+++ b/include/svx/langbox.hxx
@@ -24,7 +24,6 @@
#include <vcl/image.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/combobox.hxx>
-#include <boost/noncopyable.hpp>
#define LANG_LIST_EMPTY 0x0000
@@ -45,12 +44,14 @@
// locale, such as Arabic as
// opposed to Arabic-Egypt.
-
// load language strings from resource
SVX_DLLPUBLIC OUString GetDicInfoStr( const OUString& rName, const sal_uInt16 nLang, bool bNeg );
-class SVX_DLLPUBLIC SvxLanguageBoxBase : boost::noncopyable
+class SVX_DLLPUBLIC SvxLanguageBoxBase
{
+private:
+ SvxLanguageBoxBase(const SvxLanguageBoxBase&) SAL_DELETED_FUNCTION;
+ SvxLanguageBoxBase& operator=(const SvxLanguageBoxBase&) SAL_DELETED_FUNCTION;
public:
explicit SvxLanguageBoxBase( bool bCheck );
virtual ~SvxLanguageBoxBase();