summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-01-14 15:52:58 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-01-14 16:04:43 +0100
commit55b7d15ae984d4ff772e147414c775d2ad69c9f0 (patch)
tree083f3bb2e6fafcf9bfd0230e5a7bc5d95618fab6 /sw/inc
parentbf670bcd5e60eae95a6bd297391799f13e55db9d (diff)
SwPaM::HasReadonlySel: sal_Bool -> bool
Change-Id: If4c9cb523c6ac357683522029769a82ba10667f1
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/pam.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index 31e1008abbc6..9c0f04b3fee8 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -288,7 +288,7 @@ public:
/** Is in something protected (readonly) or selection contains
something protected. */
- sal_Bool HasReadonlySel( bool bFormView ) const;
+ bool HasReadonlySel( bool bFormView ) const;
sal_Bool ContainsPosition(const SwPosition & rPos)
{ return *Start() <= rPos && rPos <= *End(); }