diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-14 14:35:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-14 18:34:57 +0000 |
commit | 3223c551c37c6b10b5b7de23ffa4520d720338b6 (patch) | |
tree | b6f12badb8470a2ae8acb1c885f27a160d33734f /sw/source/uibase/uiview/srcview.cxx | |
parent | d7afcb0e72aaa1c8f55b6a82fa40bebc6565c283 (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 'sw/source/uibase/uiview/srcview.cxx')
-rw-r--r-- | sw/source/uibase/uiview/srcview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/srcview.cxx b/sw/source/uibase/uiview/srcview.cxx index 554645dbfb52..4967023159e6 100644 --- a/sw/source/uibase/uiview/srcview.cxx +++ b/sw/source/uibase/uiview/srcview.cxx @@ -570,7 +570,7 @@ void SwSrcView::StartSearchAndReplace(const SvxSearchItem& rSearchItem, bool bApi, bool bRecursive) { - ExtTextView* pTextView = aEditWin->GetTextView(); + TextView* pTextView = aEditWin->GetTextView(); TextSelection aSel; TextPaM aPaM; |