summaryrefslogtreecommitdiff
path: root/include/unotools/historyoptions.hxx
diff options
context:
space:
mode:
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.
*/