diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-09-08 10:41:27 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-08 08:07:43 +0000 |
commit | bfa5b13b42770fb709dc2af7cab7aff1942eaa50 (patch) | |
tree | 83fae76d9ba0d7935f93b6203e66a415168e072b /toolkit/source/controls/tabpagemodel.cxx | |
parent | 751c771adc45cb150fa42bc70397e2571b28a60b (diff) |
toolkit: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants.
Change-Id: If62a0c3da7f9732a60316dfd49323f6ab838fb6d
Reviewed-on: https://gerrit.libreoffice.org/18396
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'toolkit/source/controls/tabpagemodel.cxx')
-rw-r--r-- | toolkit/source/controls/tabpagemodel.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/source/controls/tabpagemodel.cxx b/toolkit/source/controls/tabpagemodel.cxx index 035c8d200bbb..1a495931319d 100644 --- a/toolkit/source/controls/tabpagemodel.cxx +++ b/toolkit/source/controls/tabpagemodel.cxx @@ -43,7 +43,6 @@ #include <toolkit/controls/controlmodelcontainerbase.hxx> #include <toolkit/controls/unocontrolcontainer.hxx> #include <cppuhelper/basemutex.hxx> -#include <cppuhelper/implbase2.hxx> #include "helper/unopropertyarrayhelper.hxx" |