From 760c7a806ced3861086d5fdfbb7b4b1461948c27 Mon Sep 17 00:00:00 2001 From: Andreas Heinisch Date: Thu, 15 Jun 2023 19:48:18 +0200 Subject: 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 --- include/unotools/historyoptions.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/unotools/historyoptions.hxx') 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& sThumbnail, - std::optional oIsReadOnly, - std::optional oIsPinned); + std::optional oIsReadOnly); /** Delete item from the specified list. */ -- cgit v1.2.3