summaryrefslogtreecommitdiff
path: root/sw/inc/tox.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-11-06 14:59:50 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-11-06 16:21:15 +0900
commit91b2da3bc41a09a4d3bbc608268236a7e42f2685 (patch)
tree5c35c24d1c3913a2b78c24ddb7bafbc537be2e10 /sw/inc/tox.hxx
parentefe0cbe6da64b2e150331112becade0ac3a53555 (diff)
sal_Bool to bool
Change-Id: I3e8b7db8422680b865c10c7ead4ad782e2d5c5e1
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r--sw/inc/tox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx
index 0368e3a8ed61..c6a33c3146cb 100644
--- a/sw/inc/tox.hxx
+++ b/sw/inc/tox.hxx
@@ -560,7 +560,7 @@ public:
SwCaptionDisplay GetCaptionDisplay() const { return eCaptionDisplay;}
void SetCaptionDisplay(SwCaptionDisplay eSet) {eCaptionDisplay = eSet;}
- sal_Bool IsTOXBaseInReadonly() const;
+ bool IsTOXBaseInReadonly() const;
const SfxItemSet* GetAttrSet() const;
void SetAttrSet( const SfxItemSet& );