summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-26 22:30:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 08:44:47 +0100
commitadf2c523526eb0c96c7c55cfa71c2e4367b9f614 (patch)
tree05865f0fd80ae3bddae4ed5203e7564d7d2043e9
parent-Werror,-Wunused-const-variable (diff)
downloadcore-adf2c523526eb0c96c7c55cfa71c2e4367b9f614.tar.gz
core-adf2c523526eb0c96c7c55cfa71c2e4367b9f614.zip
-Werror,-Wunused-const-variable
Change-Id: Ie539b4f3e4295a8dcb1126371e5f2c75e9d723ab
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePicker.cxx4
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);