summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-16 13:44:05 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-04-20 08:23:13 +0000
commit9c50c39fb4410d966d12aee915f6dc9ed53d0211 (patch)
tree597e25f7c6fdd078db063894e4758caaa3a59729 /basctl/source/basicide/baside2.hxx
parente1929061783b9d0276a51ee5f1979cf62f434c5c (diff)
convert SEARCH_OPTIONS constants to scoped enum
Change-Id: Id0f0c7d692410cf5e1477c5180e7cfb8e7b0f52b Reviewed-on: https://gerrit.libreoffice.org/15345 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basctl/source/basicide/baside2.hxx')
-rw-r--r--basctl/source/basicide/baside2.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx
index 595db9ebc8c6..3d840d8b2515 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -383,7 +383,7 @@ public:
void ShowCursor( bool bOn );
- virtual sal_uInt16 GetSearchOptions() SAL_OVERRIDE;
+ virtual SearchOptionFlags GetSearchOptions() SAL_OVERRIDE;
virtual sal_uInt16 StartSearchAndReplace (SvxSearchItem const&, bool bFromStart = false) SAL_OVERRIDE;
EditorWindow& GetEditorWindow() { return aXEditorWindow.GetEdtWindow(); }