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

loplugin:deletedspecial

Change-Id: I6e5fb5562d73239eae32a4ef668aa88551608be2
üst add9dae7
...@@ -239,7 +239,7 @@ protected: ...@@ -239,7 +239,7 @@ protected:
bool inPositionV; bool inPositionV;
private: private:
void operator =(OOXMLFastContextHandler &); // not defined void operator =(OOXMLFastContextHandler &) SAL_DELETED_FUNCTION;
/// Handles AlternateContent. Returns true, if children of the current element should be ignored. /// Handles AlternateContent. Returns true, if children of the current element should be ignored.
bool prepareMceContext(Token_t nElement, const css::uno::Reference<css::xml::sax::XFastAttributeList>& Attribs); bool prepareMceContext(Token_t nElement, const css::uno::Reference<css::xml::sax::XFastAttributeList>& Attribs);
......
...@@ -88,8 +88,8 @@ public: ...@@ -88,8 +88,8 @@ public:
void setIsSubstream( bool bSubstream ); void setIsSubstream( bool bSubstream );
private: private:
OOXMLFastDocumentHandler(OOXMLFastDocumentHandler &); // not defined OOXMLFastDocumentHandler(OOXMLFastDocumentHandler &) SAL_DELETED_FUNCTION;
void operator =(OOXMLFastDocumentHandler &); // not defined void operator =(OOXMLFastDocumentHandler &) SAL_DELETED_FUNCTION;
css::uno::Reference< css::uno::XComponentContext > m_xContext; css::uno::Reference< css::uno::XComponentContext > m_xContext;
......
...@@ -58,7 +58,7 @@ public: ...@@ -58,7 +58,7 @@ public:
RTFShape& getShape() const; RTFShape& getShape() const;
bool equals(RTFValue& rOther); bool equals(RTFValue& rOther);
private: private:
RTFValue& operator=(RTFValue const& rOther); RTFValue& operator=(RTFValue const& rOther) SAL_DELETED_FUNCTION;
int m_nValue; int m_nValue;
OUString m_sValue; OUString m_sValue;
std::shared_ptr<RTFSprms> m_pAttributes; std::shared_ptr<RTFSprms> m_pAttributes;
......
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