summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 17:41:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 17:41:05 +0200
commitd07bffc55f7c3f54862bdd5bd7d18692d503cbc5 (patch)
treee27d0909cf04de43bcea27550dc34f3a1a6bd16c /sfx2
parentad53c5355d58387a286776182f0c6a0d0b5a6534 (diff)
-Werror,-Wunused-variable
Change-Id: Icf7976fe38402d7e6d0b25186b57a2b4dc68c0ae
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/templdlg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 4b6c8f69960f..c882ab99fbd5 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -2017,7 +2017,6 @@ sal_Int32 SfxCommonTemplateDialog_Impl::LoadFactoryStyleFilter( SfxObjectShell*
OSL_ENSURE( i_pObjSh, "SfxCommonTemplateDialog_Impl::LoadFactoryStyleFilter(): no ObjectShell" );
sal_Int32 nFilter = -1;
- Sequence< PropertyValue > lProps;
::comphelper::SequenceAsHashMap aFactoryProps(
xModuleManager->getByName( getModuleIdentifier( xModuleManager, i_pObjSh ) ) );
sal_Int32 nDefault = -1;
@@ -2797,7 +2796,6 @@ IMPL_LINK( SfxTemplateDialog_Impl, ToolBoxRClick, ToolBox *, pBox )
return 0;
try
{
- uno::Sequence< beans::PropertyValue > aPropSeq;
uno::Any aCommand = xUICommands->getByName(".uno:StyleNewByExample");
OUString sLabel = lcl_GetLabel( aCommand );
pMenu->InsertItem( SID_STYLE_NEW_BY_EXAMPLE, sLabel );