summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/filedlg.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 10:03:35 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 10:03:35 +0000
commit80d1b9d30a2e9e5da5ce54dbf14734427e19c857 (patch)
treedc3922441ad523bb968b266bf9efd3524ccf11a4 /sd/source/ui/dlg/filedlg.cxx
parent7e32cd9a543d3cb42eb2531e23b1165907b6a22a (diff)
INTEGRATION: CWS sb59 (1.13.284); FILE MERGED
2006/08/23 07:53:42 sb 1.13.284.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'sd/source/ui/dlg/filedlg.cxx')
-rw-r--r--sd/source/ui/dlg/filedlg.cxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx
index 89d11e1e40bd..344b2507faf4 100644
--- a/sd/source/ui/dlg/filedlg.cxx
+++ b/sd/source/ui/dlg/filedlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: filedlg.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 18:38:46 $
+ * last change: $Author: obo $ $Date: 2006-10-12 11:03:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -321,7 +321,8 @@ SdFileDialog_Imp::SdFileDialog_Imp( const short nDialogType,
if( mxControlAccess.is() )
{
- if( nDialogType == ::sfx2::FILEOPEN_PLAY )
+ if( nDialogType ==
+ css::ui::dialogs::TemplateDescription::FILEOPEN_PLAY )
{
try
{
@@ -396,7 +397,7 @@ sal_Bool SdFileDialog_Imp::SelectionBoxState() const
// these are simple forwarders
SdExportFileDialog::SdExportFileDialog(BOOL bHaveCheckbox) :
- mpImpl( new SdFileDialog_Imp( ::sfx2::FILESAVE_AUTOEXTENSION_SELECTION,
+ mpImpl( new SdFileDialog_Imp( css::ui::dialogs::TemplateDescription::FILESAVE_AUTOEXTENSION_SELECTION,
bHaveCheckbox ) )
{
// setup filter
@@ -459,7 +460,9 @@ BOOL SdExportFileDialog::IsExportSelection() const
// these are simple forwarders
SdOpenSoundFileDialog::SdOpenSoundFileDialog() :
- mpImpl( new SdFileDialog_Imp( ::sfx2::FILEOPEN_PLAY, sal_False ) )
+ mpImpl(
+ new SdFileDialog_Imp(
+ css::ui::dialogs::TemplateDescription::FILEOPEN_PLAY, sal_False ) )
{
// setup filter
#if defined UNX