remove spurious com::sun::chaos

Apparently some time before inital CVS import a global
search-and-replace went horribly wrong and added spurious namespace
prefixes everywhere.

Change-Id: I4009bc3ab4b1d4c80412f75ad0e4628a382f99f0
This commit is contained in:
Michael Stahl
2014-06-25 14:04:25 +02:00
parent 93011580b7
commit 0de1e3a015
7 changed files with 9 additions and 9 deletions

View File

@@ -488,7 +488,7 @@ void SAL_CALL OInterfaceContainer::write( const Reference< XObjectOutputStream >
_rxOutStream->writeObject(xObj);
else
{
// ::com::sun::star::chaos::Error
// Error
}
}