summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-13 22:53:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-14 09:52:48 +0000
commit2b4aa9198148c1af610df024e3a7cb09752e1819 (patch)
tree66e75889826953a587b8534ed1a149c55247701d
parent05d08f187a0a7211e3fed85ee0b5d2b61abf47f8 (diff)
unused strings
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/dbfindex.cxx b/dbaccess/source/ui/dlg/dbfindex.cxx
index 481f33cf64e4..3fb9ff5361fd 100644
--- a/dbaccess/source/ui/dlg/dbfindex.cxx
+++ b/dbaccess/source/ui/dlg/dbfindex.cxx
@@ -244,7 +244,6 @@ IMPL_LINK( ODbaseIndexDialog, AddAllClickHdl, PushButton*, /*pButton*/ )
{
sal_uInt16 nCnt = aLB_FreeIndexes.GetEntryCount();
String aTableName = aCB_Tables.GetText();
- String aEntry;
for( sal_uInt16 nPos = 0; nPos < nCnt; ++nPos )
InsertTableIndex( aTableName, RemoveFreeIndex( aLB_FreeIndexes.GetEntry(0), sal_True ) );
@@ -258,7 +257,6 @@ IMPL_LINK( ODbaseIndexDialog, RemoveAllClickHdl, PushButton*, /*pButton*/ )
{
sal_uInt16 nCnt = aLB_TableIndexes.GetEntryCount();
String aTableName = aCB_Tables.GetText();
- String aEntry;
for( sal_uInt16 nPos = 0; nPos < nCnt; ++nPos )
InsertFreeIndex( RemoveTableIndex( aTableName, aLB_TableIndexes.GetEntry(0), sal_True ) );
@@ -492,7 +490,6 @@ void OTableInfo::WriteInfFile( const String& rDSN ) const
// Erst einmal alle Tabellenindizes loeschen
ByteString aNDX;
sal_uInt16 nKeyCnt = aInfFile.GetKeyCount();
- ByteString aEntry;
sal_uInt16 nKey = 0;
while( nKey < nKeyCnt )