diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-09-03 09:59:21 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-09-03 10:29:23 +0400 |
commit | a5e59d4509b145f02993d85fa6de9afd5bf8a122 (patch) | |
tree | 242c25308cb3e73cc6e61e2029f6cd4c3501e581 /sd/source/ui | |
parent | dda8877b989ebe330315e94523b983a6803e1372 (diff) |
remove stray method declaration
Change-Id: Ia536eadc80a969ce16f5d9fb995adfab048b77c1
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/inc/filedlg.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/inc/filedlg.hxx b/sd/source/ui/inc/filedlg.hxx index d6fab5e6919e..ebef74ec21a6 100644 --- a/sd/source/ui/inc/filedlg.hxx +++ b/sd/source/ui/inc/filedlg.hxx @@ -21,7 +21,6 @@ #ifndef _FILEDLG_HXX #define _FILEDLG_HXX -#include <tools/string.hxx> #include <tools/errcode.hxx> #include <memory> @@ -54,8 +53,6 @@ public: ErrCode Execute(); OUString GetPath() const; void SetPath( const OUString& rPath ); - - String ReqDisplayDirectory() const; }; #endif // _FILEDLG_HXX |