summaryrefslogtreecommitdiff
path: root/include/vcl/xtextedt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/xtextedt.hxx')
-rw-r--r--include/vcl/xtextedt.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/vcl/xtextedt.hxx b/include/vcl/xtextedt.hxx
index c5dd3770851f..d54a6496d7e9 100644
--- a/include/vcl/xtextedt.hxx
+++ b/include/vcl/xtextedt.hxx
@@ -39,11 +39,8 @@ public:
ExtTextEngine();
virtual ~ExtTextEngine();
- const OUString& GetGroupChars() const { return maGroupChars; }
- void SetGroupChars( const OUString& r ) { maGroupChars = r; }
TextSelection MatchGroup( const TextPaM& rCursor ) const;
-
- bool Search( TextSelection& rSel, const ::com::sun::star::util::SearchOptions& rSearchOptions, bool bForward = true );
+ bool Search( TextSelection& rSel, const ::com::sun::star::util::SearchOptions& rSearchOptions, bool bForward = true );
};
class VCL_DLLPUBLIC ExtTextView : public TextView