diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2019-05-07 14:17:48 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2019-05-17 10:45:01 +0200 |
commit | 019c6ae2ee20a5923055c261abdd22575b69299b (patch) | |
tree | 9c360dfac8b292ac375d589ccecc714f4508a6fb /sc/inc/viewopti.hxx | |
parent | 5187d3ae495a07373a12fd5980c9269bc8ce3f8f (diff) |
Resolves tdf#87965 - Make 'Search Results' dialog optional
* Option introduced at Tools > Options > Calc > View (Windows)
* Convenience checkbox added to the dialog
Change-Id: Ic30fb302e61e77b0eefacd504f61f955bcf6e595
Reviewed-on: https://gerrit.libreoffice.org/71910
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r-- | sc/inc/viewopti.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx index e768b1ba4a8a..99936ee284bb 100644 --- a/sc/inc/viewopti.hxx +++ b/sc/inc/viewopti.hxx @@ -44,7 +44,8 @@ enum ScViewOption VOPT_HELPLINES, VOPT_ANCHOR, VOPT_PAGEBREAKS, - VOPT_CLIPMARKS + VOPT_SUMMARY, + VOPT_CLIPMARKS, }; enum ScVObjType |