diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-01-16 09:43:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-01-16 13:01:25 +0100 |
commit | f54d9547c0f25b023614d52016c801e6be43e09e (patch) | |
tree | d4361b5c05f94f48f5ea5a1dfa64ee8d59f59c44 /forms/source | |
parent | d62abd20dbfcc90cbea7b0b66fd4a3f3660f7ce9 (diff) |
loplugin:unusedmethods
Change-Id: I24c429c7cb8283a384b72499d1c3f4c2f1457c33
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162155
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/component/ImageControl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx index a4930849c4fc..0a2de4a63deb 100644 --- a/forms/source/component/ImageControl.cxx +++ b/forms/source/component/ImageControl.cxx @@ -47,7 +47,6 @@ #include <comphelper/diagnose_ex.hxx> #include <vcl/graph.hxx> #include <vcl/svapp.hxx> -#include <unotools/streamhelper.hxx> #include <comphelper/guarding.hxx> #include <comphelper/property.hxx> #include <comphelper/types.hxx> |