diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-19 23:55:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-20 08:55:03 +0100 |
commit | 093e7a56fff27474e6a39734ab3f87fd0bcd28ad (patch) | |
tree | acac288740324b76f2a1920f747ae223b84d9b22 /ucbhelper/source | |
parent | 6016eb1ec18d0b6f6e0e0dfbfc5bb84a4b961df6 (diff) |
callcatcher: remove unused Content::createDynamicCursor variant
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/client/content.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index 19fd94e2a9e6..53bda7224b1e 100644 --- a/ucbhelper/source/client/content.cxx +++ b/ucbhelper/source/client/content.cxx @@ -867,20 +867,6 @@ Reference< XDynamicResultSet > Content::createDynamicCursor( } //========================================================================= -Reference< XDynamicResultSet > Content::createDynamicCursor( - const Sequence< sal_Int32 >& rPropertyHandles, - ResultSetInclude eMode ) - throw( CommandAbortedException, RuntimeException, Exception ) -{ - Reference< XDynamicResultSet > aResult; - createCursorAny( rPropertyHandles, eMode ) >>= aResult; - - OSL_ENSURE( aResult.is(), "Content::createDynamicCursor - no cursor!" ); - - return aResult; -} - -//========================================================================= Reference< XResultSet > Content::createSortedCursor( const Sequence< rtl::OUString >& rPropertyNames, const Sequence< NumberedSortingInfo >& rSortInfo, |