summaryrefslogtreecommitdiff
path: root/sfx2/inc/QuerySaveDocument.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 13:36:43 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 13:36:43 +0000
commita2ef8fa02d6fd01d1a6ca2de43774f262c15f592 (patch)
tree5191f14b2d48daed83eaa9d85957fe5f65690bb1 /sfx2/inc/QuerySaveDocument.hxx
parent4457a0e02f068216ce665098eb23314c0774b0f2 (diff)
INTEGRATION: CWS sb25 (1.2.22); FILE MERGED
2004/12/09 08:28:48 sb 1.2.22.1: #i37077# Newly added functionality lacked SFX2_DLLPUBLIC.
Diffstat (limited to 'sfx2/inc/QuerySaveDocument.hxx')
-rw-r--r--sfx2/inc/QuerySaveDocument.hxx15
1 files changed, 12 insertions, 3 deletions
diff --git a/sfx2/inc/QuerySaveDocument.hxx b/sfx2/inc/QuerySaveDocument.hxx
index d6722542a8b1..3ac6237d928f 100644
--- a/sfx2/inc/QuerySaveDocument.hxx
+++ b/sfx2/inc/QuerySaveDocument.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: QuerySaveDocument.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-17 15:05:12 $
+ * last change: $Author: rt $ $Date: 2005-01-11 14:36:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,14 @@
#ifndef SFX_QUERYSAVEDOCUMENT_HXX
#define SFX_QUERYSAVEDOCUMENT_HXX
+#ifndef _SAL_CONFIG_H_
+#include "sal/config.h"
+#endif
+
+#ifndef INCLUDED_SFX2_DLLAPI_H
+#include "sfx2/dllapi.h"
+#endif
+
class Window;
class String;
/** opens the generell query save document dialog.
@@ -69,7 +77,8 @@ class String;
@_rTitle
The title of the document.
*/
-short ExecuteQuerySaveDocument(Window* _pParent,const String& _rTitle);
+SFX2_DLLPUBLIC short ExecuteQuerySaveDocument(
+ Window* _pParent,const String& _rTitle);
#endif //SFX_QUERYSAVEDOCUMENT_HXX