diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-10-05 15:19:06 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-10-05 15:53:17 +0200 |
commit | dce533e06d641d15c3171cd543875cb9fe835cd2 (patch) | |
tree | 81cee965af228022be8060c9d01c964d94667d58 /sw/inc | |
parent | 27728cc59fea7b78c0cb9a2ddc3c09a08684c1b8 (diff) |
sw: avoid hang with find-all and shape text
We can't easily have editeng & sw selection at the same time, so just
exlucde shapes in the find-all case for now: better than a hang.
Change-Id: I1090595e8c4bc11eb38ffa486885ad5fab67ab86
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/view.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 8a2d5b777c36..633d5d2b15ac 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -638,6 +638,7 @@ public: SAL_DLLPRIVATE virtual bool HasPrintOptionsPage() const SAL_OVERRIDE; SAL_DLLPRIVATE virtual VclPtr<SfxTabPage> CreatePrintOptionsPage( vcl::Window* pParent, const SfxItemSet& rSet) SAL_OVERRIDE; + static SvxSearchItem* GetSearchItem() { return m_pSrchItem; } }; inline long SwView::GetXScroll() const |