summaryrefslogtreecommitdiff
path: root/include/vcl/gdimtf.hxx
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 /include/vcl/gdimtf.hxx
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 'include/vcl/gdimtf.hxx')
-rw-r--r--include/vcl/gdimtf.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/gdimtf.hxx b/include/vcl/gdimtf.hxx
index 4abf32da40f9..0e22e9853320 100644
--- a/include/vcl/gdimtf.hxx
+++ b/include/vcl/gdimtf.hxx
@@ -117,7 +117,7 @@ private:
protected:
- virtual void Linker( OutputDevice* pOut, sal_Bool bLink );
+ virtual void Linker( OutputDevice* pOut, bool bLink );
virtual long Hook();
public: