summaryrefslogtreecommitdiff
path: root/sw/source/core/text/pormulti.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-22 11:31:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-22 11:39:21 +0100
commit7cb3e55bf03c49608e2b54b5d90eddd423a0f891 (patch)
treeebf890a12be682f3f39dc4c7973b3288fad161f9 /sw/source/core/text/pormulti.hxx
parent747ba6295d22c2e65be984cd750f240dc106482b (diff)
bool improvements
Change-Id: Ib65a1e987ad6511e90fd66a36c0105593a1df27c
Diffstat (limited to 'sw/source/core/text/pormulti.hxx')
-rw-r--r--sw/source/core/text/pormulti.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/pormulti.hxx b/sw/source/core/text/pormulti.hxx
index 86c64e5909b0..fda3fbbd44a7 100644
--- a/sw/source/core/text/pormulti.hxx
+++ b/sw/source/core/text/pormulti.hxx
@@ -125,7 +125,7 @@ public:
inline sal_Bool IsDouble() const { return bDouble; }
inline bool IsRuby() const { return bRuby; }
inline sal_Bool IsBidi() const { return bBidi; }
- inline sal_Bool OnTop() const { return bTop; }
+ inline bool OnTop() const { return bTop; }
void ActualizeTabulator();
virtual void Paint( const SwTxtPaintInfo &rInf ) const;