summaryrefslogtreecommitdiff
path: root/include/vcl/xtextedt.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-14 14:35:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-14 18:34:57 +0000
commit3223c551c37c6b10b5b7de23ffa4520d720338b6 (patch)
treeb6f12badb8470a2ae8acb1c885f27a160d33734f /include/vcl/xtextedt.hxx
parentd7afcb0e72aaa1c8f55b6a82fa40bebc6565c283 (diff)
loplugin:mergeclasses merge TextView with ExtTextView
Change-Id: If7e11dd8f6b2cb6dc19c6aa3f7e50e2e88861eac Reviewed-on: https://gerrit.libreoffice.org/29828 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/xtextedt.hxx')
-rw-r--r--include/vcl/xtextedt.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/vcl/xtextedt.hxx b/include/vcl/xtextedt.hxx
index 565872ee1be2..3db5f6c7e313 100644
--- a/include/vcl/xtextedt.hxx
+++ b/include/vcl/xtextedt.hxx
@@ -43,24 +43,6 @@ public:
bool Search( TextSelection& rSel, const css::util::SearchOptions& rSearchOptions, bool bForward = true );
};
-class VCL_DLLPUBLIC ExtTextView : public TextView
-{
-protected:
- bool ImpIndentBlock( bool bRight );
-
-public:
- ExtTextView( ExtTextEngine* pEng, vcl::Window* pWindow );
- virtual ~ExtTextView() override;
-
- bool MatchGroup();
-
- bool Search( const css::util::SearchOptions& rSearchOptions, bool bForward );
- sal_uInt16 Replace( const css::util::SearchOptions& rSearchOptions, bool bAll, bool bForward );
-
- bool IndentBlock();
- bool UnindentBlock();
-};
-
#endif // INCLUDED_VCL_XTEXTEDT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */