summaryrefslogtreecommitdiffstats
path: root/sw/inc/node.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-09-27 13:21:50 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-09-27 13:21:50 +0900
commit30d33b126f47021a99fb8ca63d6c6be29407e9cc (patch)
treec91e19e666d77dabed9253ae0d2eb51c7b2d200b /sw/inc/node.hxx
parentinstaller: Add extra failure warning. (diff)
downloadcore-30d33b126f47021a99fb8ca63d6c6be29407e9cc.tar.gz
core-30d33b126f47021a99fb8ca63d6c6be29407e9cc.zip
sal_Bool to bool
Change-Id: Ic05d9f062e7419d192b8cf6e56c91b3f9d97bfe0
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r--sw/inc/node.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx
index a0fed7253ff1..9ac30455dcc2 100644
--- a/sw/inc/node.hxx
+++ b/sw/inc/node.hxx
@@ -268,7 +268,7 @@ public:
/// Is node in the visible area of the Shell?
sal_Bool IsInVisibleArea( ViewShell* pSh = 0 ) const;
/// Is node in an protected area?
- sal_Bool IsInProtectSect() const;
+ bool IsInProtectSect() const;
/** Is node in something that is protected (range, frame,
table cells ... including anchor in case of frames or footnotes)? */
sal_Bool IsProtect() const;