[Libreoffice-commits] core.git: sd/source

Stephan Bergmann sbergman at redhat.com
Tue Dec 9 07:58:07 PST 2014


 sd/source/ui/framework/configuration/ConfigurationUpdater.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e2f0550156b5798db9969f029ca27a9ada54f025
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Dec 9 16:57:37 2014 +0100

    -Werror,-Wunused-const-variable
    
    Change-Id: I0ba682547e0dac2bac6e52decbee709a48645bd7

diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
index 2972f93..42b2eb7 100644
--- a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
@@ -37,7 +37,6 @@ using ::std::vector;
 
 namespace {
 static const sal_Int32 snShortTimeoutCountThreshold (1);
-static const sal_Int32 snNormalTimeoutCountThreshold (5);
 }
 
 namespace sd { namespace framework {


More information about the Libreoffice-commits mailing list