From 7f6ebe0a5b38641a072f81d8cd54c776e7c1e03b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Oct 2006 10:26:19 +0000 Subject: INTEGRATION: CWS sb59 (1.5.8); FILE MERGED 2006/08/16 16:02:26 sb 1.5.8.1: #i67487# Made code warning-free (wntmsci10). --- avmedia/source/viewer/mediawindow.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'avmedia') diff --git a/avmedia/source/viewer/mediawindow.cxx b/avmedia/source/viewer/mediawindow.cxx index 90df0d6232bf..ffcb19c8caac 100644 --- a/avmedia/source/viewer/mediawindow.cxx +++ b/avmedia/source/viewer/mediawindow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mediawindow.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:58:54 $ + * last change: $Author: obo $ $Date: 2006-10-12 11:26:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,6 +53,7 @@ #ifndef _COM_SUN_STAR_MEDIA_XMANAGER_HPP_ #include #endif +#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" #define AVMEDIA_FRAMEGRABBER_DEFAULTFRAME_MEDIATIME 3.0 @@ -402,7 +403,7 @@ void MediaWindow::getMediaFilters( FilterNameVector& rFilterNameVector ) bool MediaWindow::executeMediaURLDialog( Window* /* pParent */, ::rtl::OUString& rURL, bool bInsertDialog ) { - ::sfx2::FileDialogHelper aDlg( ::sfx2::FILEOPEN_SIMPLE, 0 ); + ::sfx2::FileDialogHelper aDlg( com::sun::star::ui::dialogs::TemplateDescription::FILEOPEN_SIMPLE, 0 ); static const ::rtl::OUString aWildcard( RTL_CONSTASCII_USTRINGPARAM( "*." ) ); FilterNameVector aFilters; const ::rtl::OUString aSeparator( RTL_CONSTASCII_USTRINGPARAM( ";" ) ); -- cgit