diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-22 10:47:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-24 10:48:03 +0100 |
commit | 7dca83c77cf20c943a338882b626e2b68d85ea77 (patch) | |
tree | 0a121bea7d416ca84e65a037a3e394a7291e5655 /ucbhelper/inc | |
parent | d330483ad0106a750dec560b987c21aaa5394ab6 (diff) |
callcatcher: remove some unused methods
Diffstat (limited to 'ucbhelper/inc')
-rw-r--r-- | ucbhelper/inc/ucbhelper/content.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ucbhelper/inc/ucbhelper/content.hxx b/ucbhelper/inc/ucbhelper/content.hxx index 8ba43b0c07f7..e49999bab3cf 100644 --- a/ucbhelper/inc/ucbhelper/content.hxx +++ b/ucbhelper/inc/ucbhelper/content.hxx @@ -110,13 +110,6 @@ protected: ::com::sun::star::uno::RuntimeException, ::com::sun::star::uno::Exception ); - ::com::sun::star::uno::Any createCursorAny( const ::com::sun::star::uno::Sequence< - sal_Int32 >& rPropertyHandles, - ResultSetInclude eMode ) - throw( ::com::sun::star::ucb::CommandAbortedException, - ::com::sun::star::uno::RuntimeException, - ::com::sun::star::uno::Exception ); - public: /** * Constructor. |