diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 18:39:08 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 18:42:02 +0100 |
commit | 305bf19e390aebdf2d20ea052a92f782e8d1185c (patch) | |
tree | 7a94d504a364f03e998e73774eb10b162b173731 /sd/source/ui/func/futext.cxx | |
parent | e5444ae3e099e1279b9b685b623c6e50bb8efd3b (diff) |
loplugin: unused variables
And some fallout.
Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1
Diffstat (limited to 'sd/source/ui/func/futext.cxx')
-rw-r--r-- | sd/source/ui/func/futext.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index 2b5d3ceb4443..c30ec8049165 100644 --- a/sd/source/ui/func/futext.cxx +++ b/sd/source/ui/func/futext.cxx @@ -1184,7 +1184,6 @@ sal_Bool FuText::DeleteDefaultText() if ( mxTextObj.is() && mxTextObj->IsEmptyPresObj() ) { - String aString; SdPage* pPage = (SdPage*) mxTextObj->GetPage(); if (pPage) |