diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-08 09:16:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-08 09:16:23 +0000 |
commit | 5bef5dfc796d86dc157fb6e68170245ff1adcc84 (patch) | |
tree | fc81b796080d86cb09c119b949624fbf5a86c94e /xmlhelp | |
parent | 3630305bfebb38ee8e3750cd38fc5811778cf72c (diff) |
fix duplicate declaration left after merge conflict fixing
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index 886c1e42d2c9..2ca87546fed6 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -833,8 +833,6 @@ void KeywordInfo::KeywordElement::init( Databases *pDatabases,Db* pDb,const rtl: for( sal_uInt32 i = 0; i < id.size(); ++i ) { - DBData aDBData; - listId[i] = id[i]; listAnchor[i] = anchor[i]; |