diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-26 22:30:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 08:44:47 +0100 |
commit | adf2c523526eb0c96c7c55cfa71c2e4367b9f614 (patch) | |
tree | 05865f0fd80ae3bddae4ed5203e7564d7d2043e9 /fpicker | |
parent | dd706ea26dc53e888ad85ccccd7621c0fe2f831a (diff) |
-Werror,-Wunused-const-variable
Change-Id: Ie539b4f3e4295a8dcb1126371e5f2c75e9d723ab
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/VistaFilePicker.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.cxx b/fpicker/source/win32/filepicker/VistaFilePicker.cxx index 4970b4e3dbca..3cc0e5ddcf90 100644 --- a/fpicker/source/win32/filepicker/VistaFilePicker.cxx +++ b/fpicker/source/win32/filepicker/VistaFilePicker.cxx @@ -72,10 +72,6 @@ namespace vista{ namespace { - // controlling event notifications - const bool STARTUP_SUSPENDED = true; - const bool STARTUP_ALIVE = false; - css::uno::Sequence< OUString > SAL_CALL VistaFilePicker_getSupportedServiceNames() { css::uno::Sequence< OUString > aRet(2); |