summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-02 18:48:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-07-02 18:48:18 +0200
commit0e8d69fa7df1e238bc82b08d37babe9cd4cb5f5d (patch)
tree91aea1cbed1c6878e9c7c653703d95398754d5d7 /configmgr
parent3325e0f206ce864730468c3556ce06760042c157 (diff)
Make configmgr loplugin:salbool-clean
Change-Id: Ib1f33387c50bcd853140eb2fc46995d23d7f367b
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/writemodfile.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/configmgr/source/writemodfile.cxx b/configmgr/source/writemodfile.cxx
index 09b1d01f1d45..463ab070ec04 100644
--- a/configmgr/source/writemodfile.cxx
+++ b/configmgr/source/writemodfile.cxx
@@ -113,6 +113,8 @@ void writeData_(oslFileHandle handle, char const * begin, sal_Int32 length) {
}
}
+void writeValueContent_(oslFileHandle, bool) SAL_DELETED_FUNCTION;
+ // silence lopluign:salbool
void writeValueContent_(oslFileHandle handle, sal_Bool value) {
if (value) {
writeData_(handle, RTL_CONSTASCII_STRINGPARAM("true"));