summaryrefslogtreecommitdiff
path: root/include/vcl/VectorGraphicSearch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/VectorGraphicSearch.hxx')
-rw-r--r--include/vcl/VectorGraphicSearch.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/VectorGraphicSearch.hxx b/include/vcl/VectorGraphicSearch.hxx
index 5420e161448b..a00c212ad61c 100644
--- a/include/vcl/VectorGraphicSearch.hxx
+++ b/include/vcl/VectorGraphicSearch.hxx
@@ -37,6 +37,7 @@ public:
bool search(OUString const& rSearchString);
basegfx::B2DSize pageSize();
bool next();
+ bool previous();
int index();
std::vector<basegfx::B2DRectangle> getTextRectangles();
};