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); } diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 5de9902516be..e978aaa509b9 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -431,7 +431,7 @@ public: SwRangeDescriptor& rDesc); //SwClient - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override; SwFrameFormat* GetFrameFormat() const { return const_cast(static_cast(GetRegisteredIn())); } SW_DLLPUBLIC static void GetCellPosition(const OUString& rCellName, sal_Int32& o_rColumn, sal_Int32& o_rRow); @@ -550,8 +550,8 @@ class SwXTableRows final : public cppu::WeakImplHelper > { private: - class Impl; - ::sw::UnoImplPtr m_pImpl; + class Impl; + ::sw::UnoImplPtr m_pImpl; SwFrameFormat* GetFrameFormat(); const SwFrameFormat* GetFrameFormat() const { return const_cast(this)->GetFrameFormat(); } protected: @@ -589,8 +589,8 @@ class SwXTableColumns : public cppu::WeakImplHelper > { private: - class Impl; - ::sw::UnoImplPtr m_pImpl; + class Impl; + ::sw::UnoImplPtr m_pImpl; SwFrameFormat* GetFrameFormat() const; protected: virtual ~SwXTableColumns();