diff options
-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); |