From c7c8044f57de4b6f68cf93cb78ccf14fda416d7f Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 22 Dec 2015 13:43:57 +0100 Subject: Indentation fixes Change-Id: Idcb2b7e01a84d49c3b0cf53f6d53265111e68fdd --- starmath/source/unofilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath') 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 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 const&) +extern "C" SAL_DLLPUBLIC_EXPORT uno::XInterface* SAL_CALL com_sun_star_comp_Math_MathTypeFilter_get_implementation(uno::XComponentContext*, uno::Sequence const&) { return cppu::acquire(new MathTypeFilter); } -- cgit