diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-26 22:29:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 08:44:47 +0100 |
commit | dd706ea26dc53e888ad85ccccd7621c0fe2f831a (patch) | |
tree | 1c66b3033be939732162eff3d55c340e959e784b /fpicker | |
parent | 3493c74970f4023490d7e13833c24c9c6d434e18 (diff) |
-Werror,-Wunused-const-variable
Change-Id: Ib725e544d058c735e485db1586743746a5236488
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/FilePicker.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/FilePicker.cxx b/fpicker/source/win32/filepicker/FilePicker.cxx index 9a3c4552db27..837277f760df 100644 --- a/fpicker/source/win32/filepicker/FilePicker.cxx +++ b/fpicker/source/win32/filepicker/FilePicker.cxx @@ -53,7 +53,6 @@ namespace { // controlling event notifications const bool STARTUP_SUSPENDED = true; - const bool STARTUP_ALIVE = false; uno::Sequence<OUString> SAL_CALL FilePicker_getSupportedServiceNames() { |