summaryrefslogtreecommitdiff
path: root/sw/source/core/text/pormulti.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/pormulti.hxx')
-rw-r--r--sw/source/core/text/pormulti.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/pormulti.hxx b/sw/source/core/text/pormulti.hxx
index 24a9206a51bd..21242978e0b0 100644
--- a/sw/source/core/text/pormulti.hxx
+++ b/sw/source/core/text/pormulti.hxx
@@ -200,7 +200,7 @@ public:
class SwRotatedPortion : public SwMultiPortion
{
public:
- SwRotatedPortion( sal_Int32 nEnd, sal_uInt8 nDir = 1 )
+ SwRotatedPortion( sal_Int32 nEnd, sal_uInt8 nDir )
: SwMultiPortion( nEnd ) { SetDirection( nDir ); }
SwRotatedPortion( const SwMultiCreator& rCreate, sal_Int32 nEnd,
bool bRTL );