summaryrefslogtreecommitdiffstats
path: root/sw/source/core/text/portox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/portox.hxx')
-rw-r--r--sw/source/core/text/portox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/portox.hxx b/sw/source/core/text/portox.hxx
index 3d4937e65e27..cb3ebc321171 100644
--- a/sw/source/core/text/portox.hxx
+++ b/sw/source/core/text/portox.hxx
@@ -25,7 +25,7 @@
class SwToxPortion : public SwTextPortion
{
public:
- inline SwToxPortion(){ SetWhichPor( POR_TOX ); }
+ SwToxPortion(){ SetWhichPor( POR_TOX ); }
virtual void Paint( const SwTextPaintInfo &rInf ) const override;
OUTPUT_OPERATOR_OVERRIDE
};