summaryrefslogtreecommitdiffstats
path: root/include/vcl/VectorGraphicSearch.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-05-31 12:02:39 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-06-03 20:10:29 +0200
commit978198a055972aff00f47b70ca79e6322a5fbac3 (patch)
tree23e12534b68449454c9d18daa83da2d76f3a671c /include/vcl/VectorGraphicSearch.hxx
parentFix typos (diff)
downloadcore-978198a055972aff00f47b70ca79e6322a5fbac3.tar.gz
core-978198a055972aff00f47b70ca79e6322a5fbac3.zip
vcl: VectorGraphicSearch - move SearchContext into Implementation
Change-Id: I3bbf085fd8b8b66a56e364168c1e70b4ce986467 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95392 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl/VectorGraphicSearch.hxx')
-rw-r--r--include/vcl/VectorGraphicSearch.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/VectorGraphicSearch.hxx b/include/vcl/VectorGraphicSearch.hxx
index b67c63a844d8..2dc8cca3b76a 100644
--- a/include/vcl/VectorGraphicSearch.hxx
+++ b/include/vcl/VectorGraphicSearch.hxx
@@ -19,8 +19,6 @@
#include <memory>
-class SearchContext;
-
enum class SearchStartPosition
{
Begin,
@@ -33,7 +31,6 @@ private:
class Implementation;
std::unique_ptr<Implementation> mpImplementation;
Graphic maGraphic;
- std::unique_ptr<SearchContext> mpSearchContext;
bool searchPDF(std::shared_ptr<VectorGraphicData> const& rData, OUString const& rSearchString,
SearchStartPosition eStartPosition);