summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/filedlg.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-04-13 07:49:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-04-13 07:49:46 +0000
commitd0456bd9aaf3d6bc6203bba38977aac4296c6f2d (patch)
tree7a21f126b5fc05cfecde718c6fe1d63f5e161512 /sd/source/ui/dlg/filedlg.cxx
parente04aa943547460c3de4b9e44caba8266005b3e8d (diff)
#100000# get rid of solaris' cc warning
Diffstat (limited to 'sd/source/ui/dlg/filedlg.cxx')
-rw-r--r--sd/source/ui/dlg/filedlg.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx
index 344b2507faf4..523f19cdbf33 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.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 11:03:35 $
+ * last change: $Author: vg $ $Date: 2007-04-13 08:49:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -124,6 +124,10 @@ namespace css = ::com::sun::star;
class SdFileDialog_Imp : public sfx2::FileDialogHelper
{
private:
+#if defined __SUNPRO_CC
+ using sfx2::FileDialogHelper::Execute;
+#endif
+
friend class SdExportFileDialog;
friend class SdOpenSoundFileDialog;