summaryrefslogtreecommitdiff
path: root/svtools/source/table/tablecontrol_impl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-03 09:13:34 +0200
committerNoel Grandin <noel@peralex.com>2014-04-03 09:17:55 +0200
commita718b02f8e24d7c167a56456523bc921b12e4f64 (patch)
tree0926504c7b45b88cda0997748ea11238cf411851 /svtools/source/table/tablecontrol_impl.cxx
parentc3a89936abc7967ebe8916ca83cb38f6837f9aa1 (diff)
vcl: sal_Bool->bool and cleanup
- remove unused PFilterDlgCall typedef - remove bool parameter from PFilterCall typedef - it was always being called with false, and nothing was reading it Change-Id: Ic56127e7d55254a7b9b65849a21cb286f52344d1
Diffstat (limited to 'svtools/source/table/tablecontrol_impl.cxx')
-rw-r--r--svtools/source/table/tablecontrol_impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx
index 9ee8e2168dee..748e59acfba1 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -840,7 +840,7 @@ namespace svt { namespace table
aMouseSettings.SetButtonRepeat( _nDelay );
aSettings.SetMouseSettings( aMouseSettings );
- _rWindow.SetSettings( aSettings, sal_True );
+ _rWindow.SetSettings( aSettings, true );
}