summaryrefslogtreecommitdiff
path: root/regexp
diff options
context:
space:
mode:
Diffstat (limited to 'regexp')
-rw-r--r--regexp/inc/regexp/reclass.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/regexp/inc/regexp/reclass.hxx b/regexp/inc/regexp/reclass.hxx
index f61112dbe58b..4be52bbe6503 100644
--- a/regexp/inc/regexp/reclass.hxx
+++ b/regexp/inc/regexp/reclass.hxx
@@ -357,6 +357,9 @@ 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,