diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-21 21:43:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-22 08:22:33 +0100 |
commit | f649cef13c172a211a10ba0d9e69711fbcba509c (patch) | |
tree | 99cef357e26664e1a69dc4b8f6da7a98ac5390ca /include/svx/fmshell.hxx | |
parent | 1b1031a8f6aa3ed7eeb1516aac6c327b1fddea4b (diff) |
bool improvements
Change-Id: I142196c59ff0dc5c26e0cc9a79293ddfb0ee94cf
Diffstat (limited to 'include/svx/fmshell.hxx')
-rw-r--r-- | include/svx/fmshell.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx index f0e7eb52abf3..7ec00279768c 100644 --- a/include/svx/fmshell.hxx +++ b/include/svx/fmshell.hxx @@ -79,8 +79,8 @@ class SVX_DLLPUBLIC FmFormShell : public SfxShell SfxViewShell* m_pParentShell; sal_uInt16 m_nLastSlot; - sal_Bool m_bDesignMode : 1; - sal_Bool m_bHasForms : 1; // flag storing if the forms on a page exist, + bool m_bDesignMode : 1; + bool m_bHasForms : 1; // flag storing if the forms on a page exist, // only for the DesignMode, see UIFeatureChanged! // the marks of a FormView have changed... |