summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-12 14:06:28 +0200
committerNoel Grandin <noel@peralex.com>2014-06-17 10:55:17 +0200
commit3e82897353e576dc6e3fbf55371fda5a0c3415df (patch)
tree71c2f03128885000efae1852dccb504f8355c79e /writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
parentec95abf2d8afeec38c9225ea49caa0e08d82b504 (diff)
improve the inlinesimplememberfunctions clang plugin
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFastContextHandler.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
index 0590638b8128..053985dbb700 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
@@ -176,7 +176,7 @@ public:
void setDefine(Id nDefine);
Id getDefine() const { return mnDefine;}
- OOXMLParserState::Pointer_t getParserState() const;
+ OOXMLParserState::Pointer_t getParserState() const { return mpParserState;}
void sendTableDepth() const;
void setHandle();
@@ -276,7 +276,7 @@ protected:
(const OUString & rId);
virtual void resolvePropertySetAttrs();
- uno::Reference< uno::XComponentContext > getComponentContext();
+ uno::Reference< uno::XComponentContext > getComponentContext() { return m_xContext;}
sal_uInt32 mnInstanceNumber;
@@ -304,7 +304,7 @@ public:
virtual ResourceEnum_t getResource() const SAL_OVERRIDE { return STREAM; }
- OOXMLPropertySet::Pointer_t getPropertySetAttrs() const;
+ OOXMLPropertySet::Pointer_t getPropertySetAttrs() const { return mpPropertySetAttrs;}
virtual void newProperty(const Id & rId, OOXMLValue::Pointer_t pVal) SAL_OVERRIDE;
virtual void sendProperty(Id nId);