summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/filedlg.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-11-14 09:25:04 +0000
committerFrank Schönheit <fs@openoffice.org>2002-11-14 09:25:04 +0000
commite9d017a8e9c7777f6e4b8524afe67cf8932e3394 (patch)
treef1b9125b23c0ad9f2f11129f664896c64324c2b4 /sd/source/ui/dlg/filedlg.cxx
parent79d91da06392045262cb44e97763baaf6014b3e5 (diff)
#105006# FileDialogHelper's FILE*_* constants are enums now (and namespaced)
Diffstat (limited to 'sd/source/ui/dlg/filedlg.cxx')
-rw-r--r--sd/source/ui/dlg/filedlg.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx
index 06fb4a4b48ea..78900f179575 100644
--- a/sd/source/ui/dlg/filedlg.cxx
+++ b/sd/source/ui/dlg/filedlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filedlg.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: iha $ $Date: 2002-09-25 14:37:46 $
+ * last change: $Author: fs $ $Date: 2002-11-14 10:25:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -344,7 +344,7 @@ SdFileDialog_Imp::SdFileDialog_Imp( const short nDialogType,
if( mxControlAccess.is() )
{
- if( nDialogType == FILEOPEN_PLAY )
+ if( nDialogType == ::sfx2::FILEOPEN_PLAY )
{
try
{
@@ -419,7 +419,7 @@ sal_Bool SdFileDialog_Imp::SelectionBoxState() const
// these are simple forwarders
SdExportFileDialog::SdExportFileDialog(BOOL bHaveCheckbox) :
- mpImpl( new SdFileDialog_Imp( FILESAVE_AUTOEXTENSION_SELECTION,
+ mpImpl( new SdFileDialog_Imp( ::sfx2::FILESAVE_AUTOEXTENSION_SELECTION,
bHaveCheckbox ) )
{
// setup filter
@@ -482,7 +482,7 @@ BOOL SdExportFileDialog::IsExportSelection() const
// these are simple forwarders
SdOpenSoundFileDialog::SdOpenSoundFileDialog() :
- mpImpl( new SdFileDialog_Imp( FILEOPEN_PLAY, sal_False ) )
+ mpImpl( new SdFileDialog_Imp( ::sfx2::FILEOPEN_PLAY, sal_False ) )
{
// setup filter
#if defined UNX