summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-09 16:57:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-09 16:57:37 +0100
commite2f0550156b5798db9969f029ca27a9ada54f025 (patch)
treec1c5949d2d0a6f01de4e619f7f567d1e0bba2d25 /sd
parent74109a9b1628a12dd351c4d15e3c5352d62bd1be (diff)
-Werror,-Wunused-const-variable
Change-Id: I0ba682547e0dac2bac6e52decbee709a48645bd7
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationUpdater.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
index 2972f9311215..42b2eb78b60e 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 {