office-gobmx/extensions/source
Noel Grandin 9af0abebfd remove unnecessary use of Reference constructor in throw
Convert code like this:
  throw IOException("xx",
     Reference< XInterface >(static_cast<OWeakObject*>(this)) );
to this:
  throw IOException("xx",
     static_cast<OWeakObject*>(this) );

Change-Id: Ife9f645f0f1810a8e80219126193015502c43dbb
2014-05-27 08:20:11 +02:00
..
abpilot
activex
bibliography Remove unnecessary semicolons 2014-05-27 01:19:00 -05:00
config/ldap
dbpilots
inc
logging
macosx/spotlight
nsplugin/source
ole
plugin
propctrlr
resource
scanner coverity#983672 Uncaught exception 2014-05-24 16:11:00 +01:00
update remove unnecessary use of Reference constructor in throw 2014-05-27 08:20:11 +02:00