INTEGRATION: CWS sw008 (1.2.148); FILE MERGED

2003/03/07 11:12:58 oj 1.2.148.1: #97593# change BaseClass member method
This commit is contained in:
Vladimir Glazounov 2003-04-01 14:27:39 +00:00
parent 2183fdd467
commit 7039b41295

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: unosrch.hxx,v $ * $RCSfile: unosrch.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: jp $ $Date: 2001-03-27 21:36:39 $ * last change: $Author: vg $ $Date: 2003-04-01 15:27:39 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -124,10 +124,11 @@ class SwXTextSearch : public cppu::WeakImplHelper3
sal_Int16 nLevRemove; sal_Int16 nLevRemove;
sal_Bool bIsValueSearch :1; sal_Bool bIsValueSearch :1;
protected:
virtual ~SwXTextSearch();
public: public:
SwXTextSearch(); SwXTextSearch();
virtual ~SwXTextSearch();
static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId(); static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId();