summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-31 14:34:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-10-31 15:54:44 +0000
commit2a088faa707657cbeb21c2c7ed2ac201d1318718 (patch)
tree3b1602d8d2dc37136dfa6915ef2f82648a25c729 /cui
parent1ab05ab9258a3c120601c03710271ddfdf13a5c6 (diff)
remove stray unused temporary debugging objects
Change-Id: Ibb9bbf018e4e9c1487ccdf6505a2a15d7c24eb24
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/scriptdlg.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx
index cd85721d9688..b071764b99e4 100644
--- a/cui/source/dialogs/scriptdlg.cxx
+++ b/cui/source/dialogs/scriptdlg.cxx
@@ -100,8 +100,6 @@ void SFTreeListBox::delUserData( SvTreeListEntry* pEntry )
{
if ( pEntry )
{
-
- String text = GetEntryText( pEntry );
SFEntry* pUserData = (SFEntry*)pEntry->GetUserData();
if ( pUserData )
{
@@ -139,7 +137,6 @@ void SFTreeListBox::deleteAllTree()
{
while ( pEntry )
{
- String text = GetEntryText( pEntry );
SvTreeListEntry* pNextEntry = NextSibling( pEntry ) ;
deleteTree( pEntry );
GetModel()->Remove( pEntry );
@@ -1249,10 +1246,8 @@ void SvxScriptOrgDialog::RestorePreviousSelection()
{
String aTmp( aStoredEntry.GetToken( 0, ';', nIndex ) );
SvTreeListEntry* pTmpEntry = aScriptsBox.FirstChild( pEntry );
- ::rtl::OUString debugStr(aTmp);
while ( pTmpEntry )
{
- debugStr = ::rtl::OUString(aScriptsBox.GetEntryText( pTmpEntry ));
if ( aScriptsBox.GetEntryText( pTmpEntry ) == aTmp )
{
pEntry = pTmpEntry;