Kaydet (Commit) b1ee1925 authored tarafından Miklos Vajna's avatar Miklos Vajna

Indentation fixes

Change-Id: Ieba9dfed344e04067278300365172162d6d44aae
üst 279c3146
...@@ -636,10 +636,10 @@ void SdTiledRenderingTest::testInsertTable() ...@@ -636,10 +636,10 @@ void SdTiledRenderingTest::testInsertTable()
SdXImpressDocument* pXImpressDocument = createDoc("dummy.odp"); SdXImpressDocument* pXImpressDocument = createDoc("dummy.odp");
uno::Sequence<beans::PropertyValue> aArgs(comphelper::InitPropertySequence( uno::Sequence<beans::PropertyValue> aArgs(comphelper::InitPropertySequence(
{ {
{ "Rows", uno::makeAny(sal_Int32(3)) }, { "Rows", uno::makeAny(sal_Int32(3)) },
{ "Columns", uno::makeAny(sal_Int32(5)) } { "Columns", uno::makeAny(sal_Int32(5)) }
} }
)); ));
comphelper::dispatchCommand(".uno:InsertTable", aArgs); comphelper::dispatchCommand(".uno:InsertTable", aArgs);
......
...@@ -73,13 +73,13 @@ public: ...@@ -73,13 +73,13 @@ public:
class SwGetExpFieldType : public SwValueFieldType class SwGetExpFieldType : public SwValueFieldType
{ {
public: public:
SwGetExpFieldType(SwDoc* pDoc); SwGetExpFieldType(SwDoc* pDoc);
virtual SwFieldType* Copy() const override; virtual SwFieldType* Copy() const override;
/** Overlay, because get-field cannot be changed and therefore /** Overlay, because get-field cannot be changed and therefore
does not need to be updated. Update at changing of set-values! */ does not need to be updated. Update at changing of set-values! */
protected: protected:
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override; virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override;
}; };
class SW_DLLPUBLIC SwGetExpField : public SwFormulaField class SW_DLLPUBLIC SwGetExpField : public SwFormulaField
...@@ -155,7 +155,7 @@ class SW_DLLPUBLIC SwSetExpFieldType : public SwValueFieldType ...@@ -155,7 +155,7 @@ class SW_DLLPUBLIC SwSetExpFieldType : public SwValueFieldType
bool bDeleted; bool bDeleted;
protected: protected:
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override; virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override;
public: public:
SwSetExpFieldType( SwDoc* pDoc, const OUString& rName, SwSetExpFieldType( SwDoc* pDoc, const OUString& rName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment