diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-12 14:46:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-12 14:46:55 +0200 |
commit | 03d92f1ca38aa3873158ddec86ad8beebaf928bb (patch) | |
tree | bc5539dfeaf633e0a444cdaef143baab0b6f375b /include/svx/pagectrl.hxx | |
parent | e333adb1ff0ffc36a78e50dc4061c1dfb0593d71 (diff) |
svx: sal_Bool -> bool
Change-Id: I5b9b730d7060ec146ed0f54c7fe7eb0ca09f7d9c
Diffstat (limited to 'include/svx/pagectrl.hxx')
-rw-r--r-- | include/svx/pagectrl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/pagectrl.hxx b/include/svx/pagectrl.hxx index eb83db630c02..ee1ffbb030f5 100644 --- a/include/svx/pagectrl.hxx +++ b/include/svx/pagectrl.hxx @@ -41,8 +41,8 @@ private: long nRight; SvxBoxItem* pBorder; - sal_Bool bResetBackground; - sal_Bool bFrameDirection; + bool bResetBackground; + bool bFrameDirection; sal_Int32 nFrameDirection; long nHdLeft; |