summaryrefslogtreecommitdiff
path: root/svl/source/inc/passwordcontainer.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:57:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:24:40 +0100
commit9d29f9913faaefe350d7e056330368b3dfa26d49 (patch)
tree5daa4993ba62911ee9c833e4dcc09556ec5fb612 /svl/source/inc/passwordcontainer.hxx
parentc35616dd73c8b05e422f3b561f21e21f5489d574 (diff)
bool improvements
Change-Id: I6cf511b92383f3cd60923620518b9233b82850c0
Diffstat (limited to 'svl/source/inc/passwordcontainer.hxx')
-rw-r--r--svl/source/inc/passwordcontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/inc/passwordcontainer.hxx b/svl/source/inc/passwordcontainer.hxx
index 2e565f7f2577..9f901fcf6fdc 100644
--- a/svl/source/inc/passwordcontainer.hxx
+++ b/svl/source/inc/passwordcontainer.hxx
@@ -136,7 +136,7 @@ public:
if ( nStatus == PERSISTENT_RECORD )
return m_bHasPersPass;
- return sal_False;
+ return false;
}
::std::vector< OUString > GetMemPasswords() const