diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-22 11:29:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-22 11:39:21 +0100 |
commit | 747ba6295d22c2e65be984cd750f240dc106482b (patch) | |
tree | 2901826f122497118f97b880d4aa70c552f89733 /editeng/source/outliner | |
parent | 5e3a11df3ecc5399279fa78338ddc7bd31eaec36 (diff) |
bool improvements
Change-Id: I2a0980a603822ffdf74a38ba0b41ba27a6830861
Diffstat (limited to 'editeng/source/outliner')
-rw-r--r-- | editeng/source/outliner/outlin2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/outliner/outlin2.cxx b/editeng/source/outliner/outlin2.cxx index ea53121f112d..ea4624851d46 100644 --- a/editeng/source/outliner/outlin2.cxx +++ b/editeng/source/outliner/outlin2.cxx @@ -527,7 +527,7 @@ void Outliner::SetVertical( sal_Bool b ) pEditEngine->SetVertical( b ); } -sal_Bool Outliner::IsVertical() const +bool Outliner::IsVertical() const { return pEditEngine->IsVertical(); } |