summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mailmergehelper.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 10:08:11 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 10:08:11 +0000
commit118fb33334916884ac2854008ebeb1b51983864f (patch)
treef3229db7acf30a720acbaa8b4a37e81bde1211f8 /sw/source/ui/dbui/mailmergehelper.cxx
parent00840565b918d935c2264c86668aa7aaf4314549 (diff)
INTEGRATION: CWS sb59 (1.10.10); FILE MERGED
2006/08/23 13:30:39 sb 1.10.10.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'sw/source/ui/dbui/mailmergehelper.cxx')
-rw-r--r--sw/source/ui/dbui/mailmergehelper.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/mailmergehelper.cxx b/sw/source/ui/dbui/mailmergehelper.cxx
index 29d1018c5c07..c70b9d1c53d3 100644
--- a/sw/source/ui/dbui/mailmergehelper.cxx
+++ b/sw/source/ui/dbui/mailmergehelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mailmergehelper.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 22:45:01 $
+ * last change: $Author: obo $ $Date: 2006-10-12 11:08:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,6 +71,7 @@
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
#include <com/sun/star/beans/XPropertySet.hpp>
#endif
+#include "com/sun/star/ui/dialogs/TemplateDescription.hpp"
#ifndef _COM_SUN_STAR_UI_DIALOGS_XFILEPICKER_HPP_
#include <com/sun/star/ui/dialogs/XFilePicker.hpp>
#endif
@@ -113,7 +114,7 @@ String CallSaveAsDialog(String& rFilter)
{
ErrCode nRet;
String sFactory(String::CreateFromAscii(SwDocShell::Factory().GetShortName()));
- ::sfx2::FileDialogHelper aDialog( sfx2::FILESAVE_AUTOEXTENSION,
+ ::sfx2::FileDialogHelper aDialog( com::sun::star::ui::dialogs::TemplateDescription::FILESAVE_AUTOEXTENSION,
0,
sFactory );
String& rLastSaveDir = (String&)SFX_APP()->GetLastSaveDirectory();