summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-11-30 09:53:17 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-11-30 09:53:17 +0100
commite46e96ca7cf6c75749141f0267983e9b4ddc6519 (patch)
tree370be76ffb25022f3d8f41d1d581b3726ff17b91 /xmlhelp
parent860e001458f93b0568562aa5a2400d8d421c4aef (diff)
Disambiguate for Visual Studio 2010
Change-Id: I5251c0d04aef6b0f9d8e306a9b8ff9469521c3eb
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index 6b2d68275c52..7eda0aad3403 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.cxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.cxx
@@ -583,7 +583,7 @@ helpdatafileproxy::Hdf* Databases::getHelpDataFile( const rtl::OUString& Databas
key = *pExtensionPath + Language + dbFileName; // make unique, don't change language
std::pair< DatabasesTable::iterator,bool > aPair =
- m_aDatabases.insert( DatabasesTable::value_type( key, 0 ) );
+ m_aDatabases.insert( DatabasesTable::value_type( key, reinterpret_cast<helpdatafileproxy::Hdf *>(0) ) );
DatabasesTable::iterator it = aPair.first;