summaryrefslogtreecommitdiff
path: root/cui/source/options/securityoptions.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-15 18:08:15 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-15 18:08:15 +0100
commit9ab412d7ba285c4e819aacff8520fc5d949d9740 (patch)
tree1b83a31bbb695f5e56b15109d3fe698feab3f49c /cui/source/options/securityoptions.hxx
parent7fdd0dc57d1c202cf6531e91961311af5e3a2f04 (diff)
parent16680c16eb84b5315dbbeeb61b3693c4d567640a (diff)
CWS mongolianlayout: resync to m100
Diffstat (limited to 'cui/source/options/securityoptions.hxx')
-rw-r--r--cui/source/options/securityoptions.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/cui/source/options/securityoptions.hxx b/cui/source/options/securityoptions.hxx
index aa2c189c6764..ac3bfe69e913 100644
--- a/cui/source/options/securityoptions.hxx
+++ b/cui/source/options/securityoptions.hxx
@@ -74,13 +74,13 @@ namespace svx
SecurityOptionsDialog( Window* pParent, SvtSecurityOptions* pOptions );
~SecurityOptionsDialog();
- inline bool IsSaveOrSendDocsChecked() const { return m_aSaveOrSendDocsCB.IsChecked() != FALSE; }
- inline bool IsSignDocsChecked() const { return m_aSignDocsCB.IsChecked() != FALSE; }
- inline bool IsPrintDocsChecked() const { return m_aPrintDocsCB.IsChecked() != FALSE; }
- inline bool IsCreatePdfChecked() const { return m_aCreatePdfCB.IsChecked() != FALSE; }
- inline bool IsRemovePersInfoChecked() const { return m_aRemovePersInfoCB.IsChecked() != FALSE; }
- inline bool IsRecommPasswdChecked() const { return m_aRecommPasswdCB.IsChecked() != FALSE; }
- inline bool IsCtrlHyperlinkChecked() const { return m_aCtrlHyperlinkCB.IsChecked() != FALSE; }
+ inline bool IsSaveOrSendDocsChecked() const { return m_aSaveOrSendDocsCB.IsChecked() != sal_False; }
+ inline bool IsSignDocsChecked() const { return m_aSignDocsCB.IsChecked() != sal_False; }
+ inline bool IsPrintDocsChecked() const { return m_aPrintDocsCB.IsChecked() != sal_False; }
+ inline bool IsCreatePdfChecked() const { return m_aCreatePdfCB.IsChecked() != sal_False; }
+ inline bool IsRemovePersInfoChecked() const { return m_aRemovePersInfoCB.IsChecked() != sal_False; }
+ inline bool IsRecommPasswdChecked() const { return m_aRecommPasswdCB.IsChecked() != sal_False; }
+ inline bool IsCtrlHyperlinkChecked() const { return m_aCtrlHyperlinkCB.IsChecked() != sal_False; }
};
//........................................................................