summaryrefslogtreecommitdiff
path: root/include/unotools/historyoptions.hxx
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2023-06-15 19:48:18 +0200
committerAndreas Heinisch <andreas.heinisch@yahoo.de>2023-06-19 07:47:59 +0200
commit760c7a806ced3861086d5fdfbb7b4b1461948c27 (patch)
treefbe419bc0a1dce1a7e4613cf6c1b989439f683b1 /include/unotools/historyoptions.hxx
parent1128a505a1637cce4c35871432ac902ca2335c64 (diff)
tdf#38742 - Start Center: move last opened documents to the top
Change-Id: If395b0784d9bdcdc1200c15fca60647da825ea1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153150 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'include/unotools/historyoptions.hxx')
-rw-r--r--include/unotools/historyoptions.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx
index 53b9fcdfa805..b2388de2ad4b 100644
--- a/include/unotools/historyoptions.hxx
+++ b/include/unotools/historyoptions.hxx
@@ -73,13 +73,11 @@ namespace SvtHistoryOptions
@param sTitle document title to save in history
@param sThumbnail base64 encoded thumbnail of the item
@param oIsReadOnly item was opened editable or read-only
- @param oIsPinned item is pinned in the user-interface
*/
UNOTOOLS_DLLPUBLIC void AppendItem(EHistoryType eHistory, const OUString& sURL,
const OUString& sFilter, const OUString& sTitle,
const std::optional<OUString>& sThumbnail,
- std::optional<bool> oIsReadOnly,
- std::optional<bool> oIsPinned);
+ std::optional<bool> oIsReadOnly);
/** Delete item from the specified list.
*/