diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 11:44:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 11:44:29 +0000 |
commit | 451635d6e2d3248efbcd377db9f8d60ad89c9f01 (patch) | |
tree | c56fdddb351984cbd10c0d2ec3636dfca835fb45 /svx/source/form/datanavi.cxx | |
parent | e04f7f103970d7676b00c31be886af34be1cdd72 (diff) |
INTEGRATION: CWS sb59 (1.11.62); FILE MERGED
2006/08/21 16:02:59 sb 1.11.62.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.
Diffstat (limited to 'svx/source/form/datanavi.cxx')
-rw-r--r-- | svx/source/form/datanavi.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx index d5681898db54..1766b79ea87f 100644 --- a/svx/source/form/datanavi.cxx +++ b/svx/source/form/datanavi.cxx @@ -4,9 +4,9 @@ * * $RCSfile: datanavi.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 05:03:49 $ + * last change: $Author: obo $ $Date: 2006-10-12 12:44:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -123,6 +123,7 @@ #ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_ #include <com/sun/star/frame/XModel.hpp> #endif +#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" #ifndef _COM_SUN_STAR_XFORMS_XFORMSSUPPLIER_HPP_ #include <com/sun/star/xforms/XFormsSupplier.hpp> #endif @@ -3714,7 +3715,8 @@ namespace svxform //------------------------------------------------------------------------ IMPL_LINK( AddInstanceDialog, FilePickerHdl, PushButton *, EMPTYARG ) { - ::sfx2::FileDialogHelper aDlg( ::sfx2::FILEOPEN_SIMPLE, 0 ); + ::sfx2::FileDialogHelper aDlg( + css::ui::dialogs::TemplateDescription::FILEOPEN_SIMPLE, 0 ); INetURLObject aFile( SvtPathOptions().GetWorkPath() ); aDlg.AddFilter( m_sAllFilterName, DEFINE_CONST_UNICODE(FILEDIALOG_FILTER_ALL) ); |