[Libreoffice-commits] core.git: starmath/source sw/inc

Miklos Vajna vmiklos at collabora.co.uk
Tue Dec 22 04:44:49 PST 2015


 starmath/source/unofilter.cxx |    2 +-
 sw/inc/unotbl.hxx             |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit c7c8044f57de4b6f68cf93cb78ccf14fda416d7f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Dec 22 13:43:57 2015 +0100

    Indentation fixes
    
    Change-Id: Idcb2b7e01a84d49c3b0cf53f6d53265111e68fdd

diff --git a/starmath/source/unofilter.cxx b/starmath/source/unofilter.cxx
index 0051355..ad5fb34 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);
 }
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index 5de9902..e978aaa 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<SwFrameFormat*>(static_cast<const SwFrameFormat*>(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<Impl> m_pImpl;
+    class Impl;
+    ::sw::UnoImplPtr<Impl> m_pImpl;
     SwFrameFormat* GetFrameFormat();
     const SwFrameFormat* GetFrameFormat() const { return const_cast<SwXTableRows*>(this)->GetFrameFormat(); }
 protected:
@@ -589,8 +589,8 @@ class SwXTableColumns : public cppu::WeakImplHelper
 >
 {
 private:
-   class Impl;
-   ::sw::UnoImplPtr<Impl> m_pImpl;
+    class Impl;
+    ::sw::UnoImplPtr<Impl> m_pImpl;
     SwFrameFormat* GetFrameFormat() const;
 protected:
     virtual ~SwXTableColumns();


More information about the Libreoffice-commits mailing list