Kaydet (Commit) e59c048e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:deletedspecial

Change-Id: Ic38c44e43d5006626f8673897234f7e11145901e
üst 62c73b9f
......@@ -89,7 +89,7 @@ protected:
LwpBackgroundOverride(LwpBackgroundOverride const& rOther);
private:
LwpBackgroundOverride& operator=(LwpBackgroundOverride const& rOther); // not implemented
LwpBackgroundOverride& operator=(LwpBackgroundOverride const& rOther) SAL_DELETED_FUNCTION;
private:
LwpBackgroundStuff m_aStuff;
......
......@@ -134,7 +134,7 @@ protected:
LwpBreaksOverride(LwpBreaksOverride const& rOther);
private:
LwpBreaksOverride& operator=(const LwpBreaksOverride& rOther); // not implemented
LwpBreaksOverride& operator=(const LwpBreaksOverride& rOther) SAL_DELETED_FUNCTION;
private:
LwpAtomHolder *m_pNextStyle;
......
......@@ -104,7 +104,7 @@ protected:
LwpCharacterBorderOverride(LwpCharacterBorderOverride const& rOther);
private:
LwpCharacterBorderOverride& operator=(LwpCharacterBorderOverride const& rOther); // not implemented
LwpCharacterBorderOverride& operator=(LwpCharacterBorderOverride const& rOther) SAL_DELETED_FUNCTION;
private:
LwpBorderStuff* m_pBorderStuff;
......
......@@ -103,7 +103,7 @@ protected:
LwpNumberingOverride(LwpNumberingOverride const& rOther);
private:
LwpNumberingOverride& operator=(LwpNumberingOverride const& rOther); // not implemented
LwpNumberingOverride& operator=(LwpNumberingOverride const& rOther) SAL_DELETED_FUNCTION;
private:
sal_uInt16 m_nLevel;
......
......@@ -98,7 +98,7 @@ protected:
LwpOverride(LwpOverride const& rOther);
private:
LwpOverride& operator=(LwpOverride const& rOther); // not implemented
LwpOverride& operator=(LwpOverride const& rOther) SAL_DELETED_FUNCTION;
protected:
sal_uInt16 m_nValues;
......@@ -119,7 +119,7 @@ protected:
LwpTextLanguageOverride(LwpTextLanguageOverride const& rOther);
private:
LwpTextLanguageOverride& operator=(LwpTextLanguageOverride const& rOther); // not implemented
LwpTextLanguageOverride& operator=(LwpTextLanguageOverride const& rOther) SAL_DELETED_FUNCTION;
private:
sal_uInt16 m_nLanguage;
......@@ -142,7 +142,7 @@ protected:
LwpTextAttributeOverride(LwpTextAttributeOverride const& rOther);
private:
LwpTextAttributeOverride& operator=(LwpTextAttributeOverride const& rOther); // not implemented
LwpTextAttributeOverride& operator=(LwpTextAttributeOverride const& rOther) SAL_DELETED_FUNCTION;
private:
enum{
......@@ -170,7 +170,7 @@ protected:
LwpKinsokuOptsOverride(LwpKinsokuOptsOverride const& rOther);
private:
LwpKinsokuOptsOverride& operator=(LwpKinsokuOptsOverride const& rOther); // not implemented
LwpKinsokuOptsOverride& operator=(LwpKinsokuOptsOverride const& rOther) SAL_DELETED_FUNCTION;
private:
sal_uInt16 m_nLevels;
......@@ -210,7 +210,7 @@ protected:
LwpBulletOverride(LwpBulletOverride const& rOther);
private:
LwpBulletOverride& operator=(LwpBulletOverride const& rOther); // not implemented
LwpBulletOverride& operator=(LwpBulletOverride const& rOther) SAL_DELETED_FUNCTION;
private:
enum
......@@ -305,7 +305,7 @@ protected:
LwpAlignmentOverride(LwpAlignmentOverride const& rOther);
private:
LwpAlignmentOverride& operator=(LwpAlignmentOverride const& rOther); // not implemented
LwpAlignmentOverride& operator=(LwpAlignmentOverride const& rOther) SAL_DELETED_FUNCTION;
private:
enum
......@@ -350,7 +350,7 @@ protected:
LwpSpacingCommonOverride(LwpSpacingCommonOverride const& rOther);
private:
LwpSpacingCommonOverride& operator=(LwpSpacingCommonOverride const& rOther); // not implemented
LwpSpacingCommonOverride& operator=(LwpSpacingCommonOverride const& rOther) SAL_DELETED_FUNCTION;
protected:
enum
......@@ -385,7 +385,7 @@ protected:
LwpSpacingOverride(LwpSpacingOverride const& rOther);
private:
LwpSpacingOverride& operator=(LwpSpacingOverride const& rOther); // not implemented
LwpSpacingOverride& operator=(LwpSpacingOverride const& rOther) SAL_DELETED_FUNCTION;
private:
LwpSpacingCommonOverride* m_pSpacing;
......@@ -434,7 +434,7 @@ protected:
LwpIndentOverride(LwpIndentOverride const& rOther);
private:
LwpIndentOverride& operator=(LwpIndentOverride const& rOther); // not implemented
LwpIndentOverride& operator=(LwpIndentOverride const& rOther) SAL_DELETED_FUNCTION;
private:
enum
......@@ -494,7 +494,7 @@ protected:
LwpAmikakeOverride(LwpAmikakeOverride const& rOther);
private:
LwpAmikakeOverride& operator=(LwpAmikakeOverride const& rOther); // not implemented
LwpAmikakeOverride& operator=(LwpAmikakeOverride const& rOther) SAL_DELETED_FUNCTION;
private:
LwpBackgroundStuff* m_pBackgroundStuff;
......
......@@ -139,7 +139,7 @@ protected:
LwpParaBorderOverride(LwpParaBorderOverride const& rOther);
private:
LwpParaBorderOverride& operator=(LwpParaBorderOverride const& rOther); // not implemented
LwpParaBorderOverride& operator=(LwpParaBorderOverride const& rOther) SAL_DELETED_FUNCTION;
protected:
enum
......
......@@ -96,7 +96,7 @@ protected:
LwpTabOverride(LwpTabOverride const& rOther);
private:
LwpTabOverride& operator=(LwpTabOverride const& rOther); // not implemented
LwpTabOverride& operator=(LwpTabOverride const& rOther) SAL_DELETED_FUNCTION;
private:
LwpObjectID m_aTabRackID;
......
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