From a5e59d4509b145f02993d85fa6de9afd5bf8a122 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Tue, 3 Sep 2013 09:59:21 +0400 Subject: remove stray method declaration Change-Id: Ia536eadc80a969ce16f5d9fb995adfab048b77c1 --- sd/source/ui/inc/filedlg.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sd/source/ui') 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 #include #include @@ -54,8 +53,6 @@ public: ErrCode Execute(); OUString GetPath() const; void SetPath( const OUString& rPath ); - - String ReqDisplayDirectory() const; }; #endif // _FILEDLG_HXX -- cgit