diff options
author | Júlio Hoffimann <julio.hoffimann@gmail.com> | 2011-04-16 16:16:27 -0300 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-04-18 16:45:44 +0200 |
commit | 647c0d39b5d119b7d712a1288fc158dbbf69c962 (patch) | |
tree | e822099a84c1acd692aaa3f87cc124385843fcf3 /xmloff/source | |
parent | 22a2b5bb0d87a644e32c179cb6010ebd8b23b575 (diff) |
bug id's from Oracle internal database removed
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/transform/TransformerBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/TransformerBase.cxx b/xmloff/source/transform/TransformerBase.cxx index 8e8eb34df3..81a94f1a72 100644 --- a/xmloff/source/transform/TransformerBase.cxx +++ b/xmloff/source/transform/TransformerBase.cxx @@ -433,7 +433,7 @@ void SAL_CALL XMLTransformerBase::initialize( const Sequence< Any >& aArguments for( sal_Int32 nIndex = 0; nIndex < nAnyCount; nIndex++, pAny++ ) { - // #b6236750# use isAssignableFrom instead of comparing the types to + // use isAssignableFrom instead of comparing the types to // allow XExtendedDocumentHandler instead of XDocumentHandler (used in // writeOasis2OOoLibraryElement in sfx2). // The Any shift operator can't be used to query the type because it |