summaryrefslogtreecommitdiff
path: root/include/sfx2/QuerySaveDocument.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-01 13:39:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-01 14:42:05 +0100
commitcd841115fa28f8be5778e540819f963407b4c05b (patch)
treea16307a9ded8350912e128d7896a559e4ab8a596 /include/sfx2/QuerySaveDocument.hxx
parent9e5c35454d07f880a2cb52d9a808633b908bb859 (diff)
use new MessageDialog
Change-Id: I4fdc54d5a6e0f133c53588e255274b9f103269b4
Diffstat (limited to 'include/sfx2/QuerySaveDocument.hxx')
-rw-r--r--include/sfx2/QuerySaveDocument.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/QuerySaveDocument.hxx b/include/sfx2/QuerySaveDocument.hxx
index e442b482ff53..ecdf0aa6a67e 100644
--- a/include/sfx2/QuerySaveDocument.hxx
+++ b/include/sfx2/QuerySaveDocument.hxx
@@ -19,11 +19,11 @@
#ifndef SFX_QUERYSAVEDOCUMENT_HXX
#define SFX_QUERYSAVEDOCUMENT_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <rtl/ustring.hxx>
+#include <sfx2/dllapi.h>
class Window;
-class String;
+
/** Opens the general query save document dialog.
@param _pParent
The parent window.
@@ -31,7 +31,7 @@ class String;
The title of the document.
*/
SFX2_DLLPUBLIC short ExecuteQuerySaveDocument(
- Window* _pParent,const String& _rTitle);
+ Window* _pParent, const OUString& _rTitle);
#endif //SFX_QUERYSAVEDOCUMENT_HXX