Kaydet (Commit) 69f61526 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-const-variable

Change-Id: I80848606487626a50fce93f0c6df3cfc8a50b35b
üst 09b491ae
...@@ -64,10 +64,6 @@ using namespace ::com::sun::star::ui::dialogs::TemplateDescription; ...@@ -64,10 +64,6 @@ using namespace ::com::sun::star::ui::dialogs::TemplateDescription;
namespace namespace
{ {
// controlling event notifications
const bool STARTUP_SUSPENDED = true;
const bool STARTUP_ALIVE = false;
uno::Sequence<OUString> SAL_CALL FilePicker_getSupportedServiceNames() uno::Sequence<OUString> SAL_CALL FilePicker_getSupportedServiceNames()
{ {
uno::Sequence<OUString> aRet(3); uno::Sequence<OUString> aRet(3);
......
...@@ -85,10 +85,6 @@ using namespace ::com::sun::star::uno; ...@@ -85,10 +85,6 @@ using namespace ::com::sun::star::uno;
namespace namespace
{ {
// controlling event notifications
const bool STARTUP_SUSPENDED = true;
const bool STARTUP_ALIVE = false;
uno::Sequence<OUString> SAL_CALL FilePicker_getSupportedServiceNames() uno::Sequence<OUString> SAL_CALL FilePicker_getSupportedServiceNames()
{ {
uno::Sequence<OUString> aRet(3); uno::Sequence<OUString> aRet(3);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment