diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-02-08 00:15:12 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-02-08 00:15:12 +0100 |
commit | e1740510b7786803134411d9aa3a125642cf9fdc (patch) | |
tree | 24b829557ce13acc23dbd4b3da25fb2e9726a0c5 /xmlhelp | |
parent | 06fc1ee4c4ee8de3a4d758cbca761a5e80a0873f (diff) | |
parent | 99fe0a11ca01d9e7f10acc1e138a579457c2f004 (diff) |
Merge remote branch 'origin/libreoffice-3-3'
Conflicts:
sfx2/source/appl/appserv.cxx
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index 2ca87546fed6..886c1e42d2c9 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -833,6 +833,8 @@ 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]; |