diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-22 13:43:57 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-22 13:44:21 +0100 |
commit | c7c8044f57de4b6f68cf93cb78ccf14fda416d7f (patch) | |
tree | 8a01f3ba83ee3dfd4f2673831f3cc104027f274f /starmath | |
parent | d1407130ad5ea1741d1fac14eea75f18ba119c53 (diff) |
Indentation fixes
Change-Id: Idcb2b7e01a84d49c3b0cf53f6d53265111e68fdd
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/unofilter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/unofilter.cxx b/starmath/source/unofilter.cxx index 00513555c1af..ad5fb34ba9e8 100644 --- a/starmath/source/unofilter.cxx +++ b/starmath/source/unofilter.cxx @@ -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); } |