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.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx
index 62457d3007bd..2d2994da7994 100644
--- a/include/unotools/historyoptions.hxx
+++ b/include/unotools/historyoptions.hxx
@@ -92,11 +92,10 @@ public:
@param sURL URL to save in history
@param sFilter filter name to save in history
@param sTitle document title to save in history
- @param sPassword password to save in history
*/
void AppendItem(EHistoryType eHistory,
const OUString& sURL, const OUString& sFilter, const OUString& sTitle,
- const OUString& sPassword, const boost::optional<OUString>& sThumbnail);
+ const boost::optional<OUString>& sThumbnail);
/** Delete item from the specified list.
*/