summaryrefslogtreecommitdiffstats
path: root/include/svl/srchitem.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2016-03-17 15:43:32 +0100
committerJan Holesovsky <kendy@collabora.com>2016-03-17 18:10:11 +0100
commit43c64fa24d3d9922b080b5cb7bb5df249a759c1a (patch)
treea885bd998cc8483fb0d9323b7e3bcd2fe25bba9b /include/svl/srchitem.hxx
parentText General inconsistent with cell formatting dlg (diff)
downloadcore-43c64fa24d3d9922b080b5cb7bb5df249a759c1a.tar.gz
core-43c64fa24d3d9922b080b5cb7bb5df249a759c1a.zip
Revert "tdf#98458 sw: make search in shape text optional"
Actually there seems to be a simpler solution to the immediate performance problem which I'll commit next. It still might be necessary to introduce the search switch at some stage, but first let's see if there are complaints. This reverts commit 8e0b08c3053ed5472409b1ea7e02653aad38f7d6.
Diffstat (limited to 'include/svl/srchitem.hxx')
-rw-r--r--include/svl/srchitem.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svl/srchitem.hxx b/include/svl/srchitem.hxx
index d67fff89819e..472f1ac3dd61 100644
--- a/include/svl/srchitem.hxx
+++ b/include/svl/srchitem.hxx
@@ -90,9 +90,6 @@ class SVL_DLLPUBLIC SvxSearchItem :
sal_Int32 m_nStartPointX;
sal_Int32 m_nStartPointY;
- /// Writer-specific: search in shape text.
- bool m_bSearchInShapes;
-
virtual void ImplCommit() override;
public:
@@ -201,7 +198,6 @@ public:
sal_Int32 GetStartPointY() const;
/// Either x or y start point is set.
bool HasStartPoint() const;
- bool IsSearchInShapes() const;
};
const OUString& SvxSearchItem::GetSearchString() const