Indentation fixes
Change-Id: Idcb2b7e01a84d49c3b0cf53f6d53265111e68fdd
This commit is contained in:
@@ -122,7 +122,7 @@ uno::Sequence<OUString> MathTypeFilter::getSupportedServiceNames() throw(uno::Ru
|
|||||||
return aRet;
|
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);
|
return cppu::acquire(new MathTypeFilter);
|
||||||
}
|
}
|
||||||
|
@@ -431,7 +431,7 @@ public:
|
|||||||
SwRangeDescriptor& rDesc);
|
SwRangeDescriptor& rDesc);
|
||||||
|
|
||||||
//SwClient
|
//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<SwFrameFormat*>(static_cast<const SwFrameFormat*>(GetRegisteredIn())); }
|
SwFrameFormat* GetFrameFormat() const { return const_cast<SwFrameFormat*>(static_cast<const SwFrameFormat*>(GetRegisteredIn())); }
|
||||||
SW_DLLPUBLIC static void GetCellPosition(const OUString& rCellName, sal_Int32& o_rColumn, sal_Int32& o_rRow);
|
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:
|
private:
|
||||||
class Impl;
|
class Impl;
|
||||||
::sw::UnoImplPtr<Impl> m_pImpl;
|
::sw::UnoImplPtr<Impl> m_pImpl;
|
||||||
SwFrameFormat* GetFrameFormat();
|
SwFrameFormat* GetFrameFormat();
|
||||||
const SwFrameFormat* GetFrameFormat() const { return const_cast<SwXTableRows*>(this)->GetFrameFormat(); }
|
const SwFrameFormat* GetFrameFormat() const { return const_cast<SwXTableRows*>(this)->GetFrameFormat(); }
|
||||||
protected:
|
protected:
|
||||||
@@ -589,8 +589,8 @@ class SwXTableColumns : public cppu::WeakImplHelper
|
|||||||
>
|
>
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
class Impl;
|
class Impl;
|
||||||
::sw::UnoImplPtr<Impl> m_pImpl;
|
::sw::UnoImplPtr<Impl> m_pImpl;
|
||||||
SwFrameFormat* GetFrameFormat() const;
|
SwFrameFormat* GetFrameFormat() const;
|
||||||
protected:
|
protected:
|
||||||
virtual ~SwXTableColumns();
|
virtual ~SwXTableColumns();
|
||||||
|
Reference in New Issue
Block a user