summaryrefslogtreecommitdiff
path: root/include/store
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-14 23:02:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-17 17:55:17 +0100
commit824c59a38d0e5d3a7f65193e4b4087cf1e0fe64f (patch)
treef9a76bc06b3bb6ce43fb80240939705793599df2 /include/store
parente59ae07a5c108bf6ec4eb670182c4cc046392ff0 (diff)
store: sal_Bool -> bool
Change-Id: I7d108e7ae387f9c07cce182a0bb09b69a6608226
Diffstat (limited to 'include/store')
-rw-r--r--include/store/store.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/store/store.hxx b/include/store/store.hxx
index 969aa6b859af..b3861df2da7a 100644
--- a/include/store/store.hxx
+++ b/include/store/store.hxx
@@ -326,7 +326,7 @@ public:
@param it [in] current directory entry.
@return sal_True to continue iteration, sal_False to stop.
*/
- virtual sal_Bool visit (const iterator& it) = 0;
+ virtual bool visit (const iterator& it) = 0;
protected:
~traveller() {}