summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-01-06 02:08:14 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-01-08 03:35:23 +0100
commitc1d04fedc278d9590b53282403de2f8a6900546f (patch)
tree5260d7b900aac2de44f136e12995bd3ed2c47892 /filter
parentc1038a187a6a5152de51b111123cbd11adbffbbe (diff)
fix indentation
Change-Id: Ic147145fca2ee1c3c9f9c504d858b84e72eeb6bc
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx b/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
index 1a32c9804f66..429fdc5f9033 100644
--- a/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
+++ b/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
@@ -95,14 +95,14 @@ bool SAL_CALL XmlFilterAdaptor::importImpl( const Sequence< css::beans::Property
// create an XProperty set to configure the exporter for pretty printing
PropertyMapEntry aImportInfoMap[] =
- {
+ {
{ OUString("BaseURI"), 0, ::cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID, 0},
- { OUString(), 0, css::uno::Type(), 0, 0 }
- };
+ { OUString(), 0, css::uno::Type(), 0, 0 }
+ };
- Reference< XPropertySet > xInfoSet(
- GenericPropertySet_CreateInstance( new PropertySetInfo( aImportInfoMap ) ) );
- xInfoSet->setPropertyValue( "BaseURI", makeAny( aBaseURI ));
+ Reference< XPropertySet > xInfoSet(
+ GenericPropertySet_CreateInstance( new PropertySetInfo( aImportInfoMap ) ) );
+ xInfoSet->setPropertyValue( "BaseURI", makeAny( aBaseURI ));
aAnys[0] <<= xInfoSet;