diff options
Diffstat (limited to 'include/oox/drawingml/textfield.hxx')
-rw-r--r-- | include/oox/drawingml/textfield.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/drawingml/textfield.hxx b/include/oox/drawingml/textfield.hxx index df98b0302560..0dbfdea2fb31 100644 --- a/include/oox/drawingml/textfield.hxx +++ b/include/oox/drawingml/textfield.hxx @@ -35,11 +35,11 @@ class TextField public: TextField(); - inline TextParagraphProperties& getTextParagraphProperties() { return maTextParagraphProperties; } - inline const TextParagraphProperties& getTextParagraphProperties() const { return maTextParagraphProperties; } + TextParagraphProperties& getTextParagraphProperties() { return maTextParagraphProperties; } + const TextParagraphProperties& getTextParagraphProperties() const { return maTextParagraphProperties; } - inline void setType( const OUString& sType ) { msType = sType; } - inline void setUuid( const OUString & sUuid ) { msUuid = sUuid; } + void setType( const OUString& sType ) { msType = sType; } + void setUuid( const OUString & sUuid ) { msUuid = sUuid; } virtual sal_Int32 insertAt( const ::oox::core::XmlFilterBase& rFilterBase, |