From 42a2fb1c24750dde53b737d1fb45e2bb7286a3f2 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Sun, 2 Sep 2012 21:10:35 +0200 Subject: Make interface for PoEntry Use composition insted of inheritance Make all necessary method. Make header file clear Make header file clear Plus cleanup. Change-Id: Idfcc7a4a4f51b402ec86a9685e8ad9fdb23fea71 Reviewed-on: https://gerrit.libreoffice.org/530 Reviewed-by: Andras Timar Tested-by: Andras Timar --- regexp/inc/regexp/reclass.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'regexp') diff --git a/regexp/inc/regexp/reclass.hxx b/regexp/inc/regexp/reclass.hxx index 4be52bbe6503..ce4f50ef3b7b 100644 --- a/regexp/inc/regexp/reclass.hxx +++ b/regexp/inc/regexp/reclass.hxx @@ -33,6 +33,7 @@ #include #include #include +#include #if defined REGEXP_DLLIMPLEMENTATION #define REGEXP_DLLPUBLIC SAL_DLLPUBLIC_EXPORT @@ -295,7 +296,7 @@ typedef union } register_info_type; -class REGEXP_DLLPUBLIC Regexpr +class REGEXP_DLLPUBLIC Regexpr: private boost::noncopyable { ::com::sun::star::uno::Reference< ::com::sun::star::i18n::XExtendedTransliteration > translit; @@ -357,9 +358,6 @@ class REGEXP_DLLPUBLIC Regexpr sal_Bool iswordend(const sal_Unicode *d, sal_Unicode *string, sal_Int32 ssize); void set_list_bit(sal_Unicode c, sal_Unicode *b); - Regexpr(const Regexpr&); - Regexpr& operator=(const Regexpr&); - public: // constructors Regexpr( const ::com::sun::star::util::SearchOptions & rOptions, -- cgit v1.2.3