diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-08-16 23:35:26 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-08-16 23:36:05 +0400 |
commit | af5c477748057903320df8a3df9901c91f820f2b (patch) | |
tree | 2a9943b1765977a08e809f602429b74c3121844a /sd | |
parent | f694f14ab64f48e40365fd877e201a0382297368 (diff) |
WaE: unused variable 'aFile'
Change-Id: I87486de9af7fee8d06cc97fb104de2e2a978de45
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/dlgass.cxx | 1 |
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) |