[Libreoffice-commits] .: xmlhelp/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 30 00:53:44 PST 2012


 xmlhelp/source/cxxhelp/provider/databases.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e46e96ca7cf6c75749141f0267983e9b4ddc6519
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Fri Nov 30 09:53:17 2012 +0100

    Disambiguate for Visual Studio 2010
    
    Change-Id: I5251c0d04aef6b0f9d8e306a9b8ff9469521c3eb

diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index 6b2d682..7eda0aa 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;
 


More information about the Libreoffice-commits mailing list