summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/OOo2Oasis.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/OOo2Oasis.cxx')
-rw-r--r--xmloff/source/transform/OOo2Oasis.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/OOo2Oasis.cxx b/xmloff/source/transform/OOo2Oasis.cxx
index 6e8aad50b037..1c3fdf367da9 100644
--- a/xmloff/source/transform/OOo2Oasis.cxx
+++ b/xmloff/source/transform/OOo2Oasis.cxx
@@ -1814,7 +1814,7 @@ Any OOo2OasisTransformer::queryInterface( const Type& rType )
if ( rType == cppu::UnoType<XImporter>::get())
{
Reference<XImporter> xThis( this );
- aRet <<= xThis;
+ aRet <<= xThis;
}
else if ( rType == cppu::UnoType<XFilter>::get())
{