diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-04-19 11:46:59 +0100 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-04-26 07:43:59 +0000 |
commit | f4a6837025a293312cbc43b9c527851362f11030 (patch) | |
tree | 5704905aa012c30a1a473ee6ae1b1c972266196e /include/unotools | |
parent | b8315b1c2f43ab44651e5089a63fb63e23a1ea73 (diff) |
Clean up remains of URL History List (eHISTORY).
f7feb4227d83f4f095597a44826277aaae2bc0df killed the adding of
documents to this list, which however caused fdo#72006 as the
"Load URL" control still used this list, which has now been
fixed to use the Picklist, hence we can completely kill the history
list.
Change-Id: Ib4c6892aff0bf5d6e32985041a3ac7c416d8d726
Reviewed-on: https://gerrit.libreoffice.org/9105
Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>
Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/historyoptions.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx index 46571bcd6342..5b980b73d48e 100644 --- a/include/unotools/historyoptions.hxx +++ b/include/unotools/historyoptions.hxx @@ -45,8 +45,7 @@ enum EHistoryType { ePICKLIST = 0, - eHISTORY = 1, - eHELPBOOKMARKS = 2 + eHELPBOOKMARKS = 1 }; /*-************************************************************************************************************ |