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.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/sfx2/QuerySaveDocument.hxx b/include/sfx2/QuerySaveDocument.hxx
index b006074b4efa..06eecdf1df83 100644
--- a/include/sfx2/QuerySaveDocument.hxx
+++ b/include/sfx2/QuerySaveDocument.hxx
@@ -26,7 +26,10 @@
#include <rtl/ustring.hxx>
#include <sfx2/dllapi.h>
-namespace weld { class Widget; }
+namespace weld
+{
+class Widget;
+}
/** Opens the general query save document dialog.
@param _pParent
@@ -34,8 +37,7 @@ namespace weld { class Widget; }
@_rTitle
The title of the document.
*/
-SFX2_DLLPUBLIC short ExecuteQuerySaveDocument(
- weld::Widget* _pParent, std::u16string_view _rTitle);
+SFX2_DLLPUBLIC short ExecuteQuerySaveDocument(weld::Widget* _pParent, std::u16string_view _rTitle);
#endif // INCLUDED_SFX2_QUERYSAVEDOCUMENT_HXX