diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2009-11-03 14:31:25 +0100 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2009-11-03 14:31:25 +0100 |
commit | 73392182e5a8a37b09039cc0c510a4ba1bb9016b (patch) | |
tree | 563c3379b407d7b0692f1227a29b728158dcb887 /ucb/source/ucp/ftp/ftpintreq.hxx | |
parent | 347f51dbe5feff3522c9fdc1bb773a948646a344 (diff) |
#i105553# - removed unused code.
Diffstat (limited to 'ucb/source/ucp/ftp/ftpintreq.hxx')
-rw-r--r-- | ucb/source/ucp/ftp/ftpintreq.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ucb/source/ucp/ftp/ftpintreq.hxx b/ucb/source/ucp/ftp/ftpintreq.hxx index 3b26b2c57162..6d335f22ef83 100644 --- a/ucb/source/ucp/ftp/ftpintreq.hxx +++ b/ucb/source/ucp/ftp/ftpintreq.hxx @@ -118,8 +118,6 @@ namespace ftp { virtual void SAL_CALL select() throw (com::sun::star::uno::RuntimeException); - bool isSelected() const; - private: bool m_bSelected; @@ -166,8 +164,6 @@ namespace ftp { getContinuations( ) throw (com::sun::star::uno::RuntimeException); - bool aborted() const; - bool approved() const; private: |