diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-11-30 14:20:54 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-11-30 14:20:54 +0100 |
commit | 4d9f378e82dd5a49ec7b72df0494007b455fdcf9 (patch) | |
tree | 3a112b1acbca2657dec186b168b022b09332a917 | |
parent | 77d0669cbd665f5ec667a0b00c340d7af8f153fc (diff) |
#i10000# remove duplicated declarationooo/DEV300_m66
-rw-r--r-- | sfx2/inc/sfx2/filedlghelper.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/filedlghelper.hxx b/sfx2/inc/sfx2/filedlghelper.hxx index 7a312a5726..c809fac259 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 ); |