diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-04-02 13:39:48 +0100 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-04-02 13:39:48 +0100 |
commit | 90e8ec653f16f80445f950df7fd6b5d277170132 (patch) | |
tree | 1ffd5c190094e730ec542252d22296a89e8111ab | |
parent | 9aab7e045b089951975bb6f11224a534e6b7aacb (diff) |
cmcfixes73: #i110566# silence gcc warnings
-rw-r--r-- | xmlsecurity/source/xmlsec/diagnose.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/diagnose.cxx b/xmlsecurity/source/xmlsec/diagnose.cxx index eb8be87c8..641123f95 100644 --- a/xmlsecurity/source/xmlsec/diagnose.cxx +++ b/xmlsecurity/source/xmlsec/diagnose.cxx @@ -39,7 +39,7 @@ namespace xmlsecurity { struct UseDiagnose : public rtl::StaticWithInit< const bool, UseDiagnose> { - const bool operator () () + bool operator () () const { ::rtl::OUString value; sal_Bool res = rtl::Bootstrap::get( |