diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-06-01 10:57:28 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-02 07:29:56 +0000 |
commit | 85a013ac3fcb8da33babd1f8d11dfa9016cc1547 (patch) | |
tree | 46a1afd126e9bc2d0fc78f27eea4733e14cb85e5 /include/svtools | |
parent | ef3585340eb440fd9269de8a5f0f729642f67514 (diff) |
remove wrong comment
comment is there since initial commit cd3b0741a8f509f20c5b6deaa32f2158b315939d
but HIDESELECT is handled in svtools/source/brwbox/brwbox1.cxx
and used in chart2 and dbaccess
Change-Id: Idf0524f14a0f719b2287d234c912fef4fe24b7a3
Reviewed-on: https://gerrit.libreoffice.org/25762
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/brwbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx index dcaa244fc504..132a55074251 100644 --- a/include/svtools/brwbox.hxx +++ b/include/svtools/brwbox.hxx @@ -64,7 +64,7 @@ enum class BrowserMode HLINES = 0x000010, VLINES = 0x000020, - HIDESELECT = 0x000100, // old => don't use! + HIDESELECT = 0x000100, HIDECURSOR = 0x000200, NO_HSCROLL = 0x000400, |