summaryrefslogtreecommitdiff
path: root/include/svx/txencbox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-31 16:37:55 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-09-01 09:05:46 +0000
commitb8ee524330d924456931ad602eb4701b55a2aa85 (patch)
treed5bcc6cfeed82d8aecf75efb256916eed2271304 /include/svx/txencbox.hxx
parent26c149617c54e29902a77d2f95ca7c64af13b52f (diff)
loplugin:countusersofdefaultparams
Change-Id: Ifc9cdbda77048791203e89350c2efa9a6c34c4a5 Reviewed-on: https://gerrit.libreoffice.org/28555 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/txencbox.hxx')
-rw-r--r--include/svx/txencbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/txencbox.hxx b/include/svx/txencbox.hxx
index 1f8f483306e3..5b1c0143c4d1 100644
--- a/include/svx/txencbox.hxx
+++ b/include/svx/txencbox.hxx
@@ -53,7 +53,7 @@ public:
RTL_TEXTENCODING_GB_18030. Normally, this flag should be set to
<TRUE/> whenever the box is used in import dialogs. */
void FillFromTextEncodingTable(
- bool bExcludeImportSubsets = false,
+ bool bExcludeImportSubsets,
sal_uInt32 nExcludeInfoFlags = 0,
sal_uInt32 nButIncludeInfoFlags = 0
);
@@ -74,7 +74,7 @@ public:
RTL_TEXTENCODING_GB_18030. Normally, this flag should be set to
<TRUE/> whenever the box is used in import dialogs. */
void FillFromDbTextEncodingMap(
- bool bExcludeImportSubsets = false,
+ bool bExcludeImportSubsets,
sal_uInt32 nExcludeInfoFlags = 0
);