summaryrefslogtreecommitdiff
path: root/include/ucbhelper/resultset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/resultset.hxx')
-rw-r--r--include/ucbhelper/resultset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx
index 46269a15738f..668a85e5d706 100644
--- a/include/ucbhelper/resultset.hxx
+++ b/include/ucbhelper/resultset.hxx
@@ -478,7 +478,7 @@ public:
* of the supplier; must be non-negative.
* @return true, if there is a content at the given index.
*/
- virtual sal_Bool getResult( sal_uInt32 nIndex ) = 0;
+ virtual bool getResult( sal_uInt32 nIndex ) = 0;
/**
* This method returns the total count of objects in the logical data array
@@ -515,7 +515,7 @@ public:
* @return true, if the value returned by currentCount() won't change
anymore.
*/
- virtual sal_Bool isCountFinal() = 0;
+ virtual bool isCountFinal() = 0;
/**
* This method returns an object for accessing the property values at