diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-12-11 19:50:08 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2011-12-11 19:56:31 -0500 |
commit | f44d288a96f4efa23cbcc172261962c8010f9797 (patch) | |
tree | 11fec0e3480c4766d2aacb32ad42323a748677e1 | |
parent | bee8375b7205d4a468a2d3a928249e7923b2147a (diff) |
fix ole build failure
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index 4672696330d8..49d4349cf241 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -85,7 +85,7 @@ namespace ole_adapter boost::unordered_map<sal_uInt32, WeakReference<XInterface> > UnoObjToWrapperMap; static sal_Bool writeBackOutParameter(VARIANTARG* pDest, VARIANT* pSource); static sal_Bool writeBackOutParameter2( VARIANTARG* pDest, VARIANT* pSource); -static HRESULT mapCannotConvertException( CannotConvertException e, unsigned int * puArgErr); +static HRESULT mapCannotConvertException(const CannotConvertException &e, unsigned int * puArgErr); /* Does not throw any exceptions. |