diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-05 16:00:07 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-06 08:41:58 +0200 |
commit | 946b9a04c4a9d252661fe7190213c225fa79bf92 (patch) | |
tree | 1cc3eb30f55478864ff137289c2b832cbd989220 /compilerplugins | |
parent | d451de7f08ba984f103364e167c8c6d097e493a8 (diff) |
loplugin:mergeclasses
and move the boost-depending code inside the module, no need to expose
that dependency and include that header in all client code.
Change-Id: Ib991572d7a54a9ad16825d688e76f8e3a824803c
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/mergeclasses.results | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/mergeclasses.results b/compilerplugins/clang/mergeclasses.results index 412b395f1b8d..9981e4548c5c 100644 --- a/compilerplugins/clang/mergeclasses.results +++ b/compilerplugins/clang/mergeclasses.results @@ -91,7 +91,6 @@ merge UpdateCheckConfigListener with UpdateCheck merge ValueGetter with CellValueGetter merge ValueSetter with CellValueSetter merge VariableTextField with VariableDateTimeField -merge VclGrid::GridEntry with VclGrid::ExtendedGridEntry merge Viewport3D with Camera3D merge XFDate with XFDateStart merge XFDateTimePart with XFTimePart |