summaryrefslogtreecommitdiffstats
path: root/ucb/source/cacher/cachedcontentresultsetstub.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/cacher/cachedcontentresultsetstub.hxx')
-rw-r--r--ucb/source/cacher/cachedcontentresultsetstub.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/cacher/cachedcontentresultsetstub.hxx b/ucb/source/cacher/cachedcontentresultsetstub.hxx
index 11c7996d5006..45d904f65df0 100644
--- a/ucb/source/cacher/cachedcontentresultsetstub.hxx
+++ b/ucb/source/cacher/cachedcontentresultsetstub.hxx
@@ -52,12 +52,12 @@ private:
/// @throws css::sdbc::SQLException
/// @throws css::uno::RuntimeException
- void SAL_CALL
+ void
impl_getCurrentRowContent(
css::uno::Any& rRowContent,
const css::uno::Reference< css::sdbc::XRow >& xRow );
- sal_Int32 SAL_CALL
+ sal_Int32
impl_getColumnCount();
/// @throws css::uno::RuntimeException
@@ -79,7 +79,7 @@ private:
, const css::uno::Reference< css::ucb::XContentAccess >& xContentAccess );
/// @throws css::uno::RuntimeException
- void SAL_CALL
+ void
impl_propagateFetchSizeAndDirection( sal_Int32 nFetchSize, bool bFetchDirection );
public: