summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-08-16 23:35:26 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-08-16 23:36:05 +0400
commitaf5c477748057903320df8a3df9901c91f820f2b (patch)
tree2a9943b1765977a08e809f602429b74c3121844a /sd
parentf694f14ab64f48e40365fd877e201a0382297368 (diff)
WaE: unused variable 'aFile'
Change-Id: I87486de9af7fee8d06cc97fb104de2e2a978de45
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/dlgass.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx
index 3bedd262cd2b..892d64e3f7b9 100644
--- a/sd/source/ui/dlg/dlgass.cxx
+++ b/sd/source/ui/dlg/dlgass.cxx
@@ -1006,7 +1006,6 @@ OUString AssistentDlgImpl::GetDocFileName()
OUString AssistentDlgImpl::GetLayoutFileName()
{
- OUString aFile;
const sal_uInt16 nEntry = mpPage2LayoutLB->GetSelectEntryPos();
TemplateEntry* pEntry = NULL;
if(nEntry != (sal_uInt16)-1 && nEntry > 0)