summaryrefslogtreecommitdiff
path: root/include/sfx2/QuerySaveDocument.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/QuerySaveDocument.hxx')
-rw-r--r--include/sfx2/QuerySaveDocument.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/sfx2/QuerySaveDocument.hxx b/include/sfx2/QuerySaveDocument.hxx
index 00aecfeaea99..b006074b4efa 100644
--- a/include/sfx2/QuerySaveDocument.hxx
+++ b/include/sfx2/QuerySaveDocument.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_SFX2_QUERYSAVEDOCUMENT_HXX
#define INCLUDED_SFX2_QUERYSAVEDOCUMENT_HXX
+#include <sal/config.h>
+
+#include <string_view>
+
#include <rtl/ustring.hxx>
#include <sfx2/dllapi.h>
@@ -31,7 +35,7 @@ namespace weld { class Widget; }
The title of the document.
*/
SFX2_DLLPUBLIC short ExecuteQuerySaveDocument(
- weld::Widget* _pParent, const OUString& _rTitle);
+ weld::Widget* _pParent, std::u16string_view _rTitle);
#endif // INCLUDED_SFX2_QUERYSAVEDOCUMENT_HXX