summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-20 13:53:11 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-20 13:53:11 +0300
commit77f6bb7a5d5840375ed5a0c44fd354fb6ed41cb4 (patch)
treecfa2eec6fce97b1e752c4fae9a49a229ed0f54cd /sfx2
parentCreate liblcms2.so.2 as a real library in solver. (diff)
downloadcore-77f6bb7a5d5840375ed5a0c44fd354fb6ed41cb4.tar.gz
core-77f6bb7a5d5840375ed5a0c44fd354fb6ed41cb4.zip
Fix warning: unused variable 'sModuleName' [loplugin]
Change-Id: Ifa4dc5d704e4452824445d9652e135ddb6cb61e6
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/ContextChangeBroadcaster.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/ContextChangeBroadcaster.cxx b/sfx2/source/sidebar/ContextChangeBroadcaster.cxx
index 463d1512df9a..7d5dd3a86e3b 100644
--- a/sfx2/source/sidebar/ContextChangeBroadcaster.cxx
+++ b/sfx2/source/sidebar/ContextChangeBroadcaster.cxx
@@ -113,7 +113,6 @@ OUString ContextChangeBroadcaster::GetModuleName (const cssu::Reference<css::fra
{
if ( ! rxFrame.is() || ! rxFrame->getController().is())
return OUString();
- OUString sModuleName;
try
{
const ::comphelper::ComponentContext aContext (::comphelper::getProcessServiceFactory());