summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc/rtf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/inc/rtf.hxx')
-rw-r--r--sw/source/filter/inc/rtf.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/inc/rtf.hxx b/sw/source/filter/inc/rtf.hxx
index a0288fdd61e2..293e87630edc 100644
--- a/sw/source/filter/inc/rtf.hxx
+++ b/sw/source/filter/inc/rtf.hxx
@@ -32,8 +32,6 @@ class RTFSurround
sal_uInt8 nVal;
} Value;
public:
- RTFSurround( sal_uInt8 nValue ) { Value.nVal = nValue; }
-
RTFSurround( bool bGoldCut, sal_uInt8 nOrder ) {
Value.Flags.nGoldCut = sal_uInt8(bGoldCut);
Value.Flags.nOrder = nOrder;