summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-17 15:08:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-17 16:57:35 +0200
commit717de02367f842a49431b0003eab4f99afec8ab1 (patch)
treec27b70161fc2482cc05a6acd3036a607e8813eeb /include/tools
parentf7dc03f666954b741b90c5021704249a4f76ed7b (diff)
INetMIMEOutputSink ctor args are always given explicitly
Change-Id: Iacb01ac77ef4419f7428ecb397e91ab8d666a8f3
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/inetmime.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx
index 23083803786b..8d4b01a22a90 100644
--- a/include/tools/inetmime.hxx
+++ b/include/tools/inetmime.hxx
@@ -667,9 +667,7 @@ protected:
const sal_Unicode * pEnd);
public:
- INetMIMEOutputSink(sal_uInt32 nTheColumn = 0,
- sal_uInt32 nTheLineLengthLimit
- = INetMIME::SOFT_LINE_LENGTH_LIMIT):
+ INetMIMEOutputSink(sal_uInt32 nTheColumn, sal_uInt32 nTheLineLengthLimit):
m_nColumn(nTheColumn), m_nLineLengthLimit(nTheLineLengthLimit) {}
virtual ~INetMIMEOutputSink() {}