diff options
author | Oliver Specht <os@openoffice.org> | 2002-10-25 09:08:30 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-10-25 09:08:30 +0000 |
commit | 53228e67b4364f6f6df6c58759c11dbb7d1f06de (patch) | |
tree | 172ff7c6db23e47be0a290fcece2cd009d825d8c /sw/source/ui/misc/glossary.cxx | |
parent | 22a5c4ca4d6bbf1b7dd66f7e959e59d2bd22006a (diff) |
#104448# FileDialogHelper: user css:ui::dialog:TemplateDescription
Diffstat (limited to 'sw/source/ui/misc/glossary.cxx')
-rw-r--r-- | sw/source/ui/misc/glossary.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx index 0aaab7dbc72f..5301ee46d4fd 100644 --- a/sw/source/ui/misc/glossary.cxx +++ b/sw/source/ui/misc/glossary.cxx @@ -2,9 +2,9 @@ * * $RCSfile: glossary.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: fs $ $Date: 2002-07-19 13:30:41 $ + * last change: $Author: os $ $Date: 2002-10-25 10:08:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,6 +133,9 @@ #ifndef _COM_SUN_STAR_UI_DIALOGS_XFILTERMANAGER_HPP_ #include <com/sun/star/ui/dialogs/XFilterManager.hpp> #endif +#ifndef _COM_SUN_STAR_UI_DIALOGS_TEMPLATEDESCRIPTION_HPP_ +#include <com/sun/star/ui/dialogs/TemplateDescription.hpp> +#endif #ifndef SVTOOLS_URIHELPER_HXX #include <svtools/urihelper.hxx> @@ -754,7 +757,7 @@ IMPL_LINK( SwGlossaryDlg, MenuHdl, Menu *, pMn ) case FN_GL_IMPORT: { // call the FileOpenDialog do find WinWord - Files with templates - FileDialogHelper aDlgHelper( FILEOPEN_SIMPLE, 0 ); + FileDialogHelper aDlgHelper( TemplateDescription::FILEOPEN_SIMPLE, 0 ); Reference < XFilePicker > xFP = aDlgHelper.GetFilePicker(); SvtPathOptions aPathOpt; |