diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-03 14:04:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-03 14:04:11 +0200 |
commit | 6507c0271f081d93ddf68dac25abfe4bd46f0554 (patch) | |
tree | ee78c719b4f8af721e77719dcd8f92f7ccc62e0d /shell/source/win32/simplemail/senddoc.cxx | |
parent | a3bb6af1c2520b4bbb98a49bd7beed497d2d08b1 (diff) |
loplugin:oncevar (clang-cl): shell
Change-Id: I594596f27aa6f223d2294586357b11595377e1fe
Diffstat (limited to 'shell/source/win32/simplemail/senddoc.cxx')
-rw-r--r-- | shell/source/win32/simplemail/senddoc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/simplemail/senddoc.cxx b/shell/source/win32/simplemail/senddoc.cxx index 1b0327dc18c8..bd78f26e5635 100644 --- a/shell/source/win32/simplemail/senddoc.cxx +++ b/shell/source/win32/simplemail/senddoc.cxx @@ -264,7 +264,7 @@ int main(int argc, char* argv[]) // selection dialog must appear because we specify no // profile name, so the user has to specify a profile - LHANDLE hSession = 0; + LHANDLE const hSession = 0; MapiRecipDesc mapiOriginator; MapiRecipientList_t mapiRecipientList; |