summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 10:26:19 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 10:26:19 +0000
commit7f6ebe0a5b38641a072f81d8cd54c776e7c1e03b (patch)
tree8d498eb3e89db0f09da6b5b34b1da0de69d054f8 /avmedia
parent3a6f505c8e42c9ce551176d96601a27451473ee5 (diff)
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).
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/viewer/mediawindow.cxx7
1 files changed, 4 insertions, 3 deletions
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 <com/sun/star/media/XManager.hpp>
#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( ";" ) );