summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-25 22:56:38 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-25 22:57:01 +0200
commit396dd770eb8e12b89865b2e2b899b801e4e6bd34 (patch)
tree09f35fc860c99e3f9827c4203690916bf96d6b85 /svtools
parentd6421cf8468487e43185717b00f7135a77b37b33 (diff)
WaE: unused variables
Change-Id: I65fdfbba7e56d16554790f001bda818dd9f1d335
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/vclxaccessibleheaderbaritem.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/control/vclxaccessibleheaderbaritem.cxx b/svtools/source/control/vclxaccessibleheaderbaritem.cxx
index 293bba6b79b8..d3312655ef6e 100644
--- a/svtools/source/control/vclxaccessibleheaderbaritem.cxx
+++ b/svtools/source/control/vclxaccessibleheaderbaritem.cxx
@@ -85,7 +85,6 @@ IMPL_LINK( VCLXAccessibleHeaderBarItem, WindowEventListener, VclSimpleEvent*, pE
void VCLXAccessibleHeaderBarItem::ProcessWindowEvent( const VclWindowEvent& )
{
- Any aOldValue, aNewValue;
}
// -----------------------------------------------------------------------------