summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-03-15 22:20:17 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-03-16 09:51:13 +0100
commit78a4b4247b90a75e7a5a8b42aef8d39187cc0182 (patch)
tree8b6d726ff55647c4a0828bfdb751f913c1ef07d3 /include
parentcb375b90031aa91274a82fea37f0aa341246e86c (diff)
SwapIn/SwapOut can return bool + sal_Bool to bool
Change-Id: Ia5477d6bb83af38435b9ac44359fe2f46b00807c
Diffstat (limited to 'include')
-rw-r--r--include/svtools/grfmgr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx
index 88ba220ce3e9..7ba41421248f 100644
--- a/include/svtools/grfmgr.hxx
+++ b/include/svtools/grfmgr.hxx
@@ -403,9 +403,9 @@ public:
Link GetAnimationNotifyHdl() const { return maGraphic.GetAnimationNotifyHdl(); }
- sal_Bool SwapOut();
- sal_Bool SwapOut( SvStream* pOStm );
- sal_Bool SwapIn();
+ bool SwapOut();
+ bool SwapOut( SvStream* pOStm );
+ bool SwapIn();
sal_Bool IsInSwapIn() const { return mbIsInSwapIn; }
sal_Bool IsInSwapOut() const { return mbIsInSwapOut; }