Indentation fixes

Change-Id: Idcb2b7e01a84d49c3b0cf53f6d53265111e68fdd
This commit is contained in:
Miklos Vajna
2015-12-22 13:43:57 +01:00
parent d1407130ad
commit c7c8044f57
2 changed files with 6 additions and 6 deletions

View File

@@ -122,7 +122,7 @@ uno::Sequence<OUString> MathTypeFilter::getSupportedServiceNames() throw(uno::Ru
return aRet;
}
extern "C" SAL_DLLPUBLIC_EXPORT uno::XInterface* SAL_CALL com_sun_star_comp_Math_MathTypeFilter_get_implementation(uno::XComponentContext* , uno::Sequence<uno::Any> const&)
extern "C" SAL_DLLPUBLIC_EXPORT uno::XInterface* SAL_CALL com_sun_star_comp_Math_MathTypeFilter_get_implementation(uno::XComponentContext*, uno::Sequence<uno::Any> const&)
{
return cppu::acquire(new MathTypeFilter);
}