summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2009-11-30 14:20:54 +0100
committerVladimir Glazunov <vg@openoffice.org>2009-11-30 14:20:54 +0100
commitef1ec7001a06a6ba0fdbed702bcd7a6fec58eaf9 (patch)
tree450624f6e1c0440af5095a75d4dcd77442d46d05
parent33f21809ca208713191cca2d35a7879163e75909 (diff)
#i10000# remove duplicated declaration
Notes
split repo tag: libs-core_ooo/DEV300_m66
-rw-r--r--sfx2/inc/sfx2/filedlghelper.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/filedlghelper.hxx b/sfx2/inc/sfx2/filedlghelper.hxx
index 91be281e9617..e6dc185ef919 100644
--- a/sfx2/inc/sfx2/filedlghelper.hxx
+++ b/sfx2/inc/sfx2/filedlghelper.hxx
@@ -240,9 +240,6 @@ public:
/** Provides the selected files with full path information */
::com::sun::star::uno::Sequence< ::rtl::OUString > GetSelectedFiles() const;
- /** Provides the selected files with full path information */
- ::com::sun::star::uno::Sequence< ::rtl::OUString > GetSelectedFiles() const;
-
void AddFilter( const String& rFilterName, const String& rExtension );
void SetCurrentFilter( const String& rFilter );