diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-20 08:44:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-20 10:07:10 +0200 |
commit | 1c5cae479bebd2d325182adc2c9821fd948fd1bd (patch) | |
tree | 639e50ced55620dc2d1e9eb5a7ed8a6298c4de09 /uui | |
parent | da24355234ec12f2f4c652113dbbb1216ba5492c (diff) |
loplugin:unusedmethods
Change-Id: Ib7a9b1b0802ca751da258065e89b412b090bb672
Reviewed-on: https://gerrit.libreoffice.org/36718
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl.hxx | 1 | ||||
-rw-r--r-- | uui/source/interactionhandler.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index 6e6cda4743d6..d5251ca99aab 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -31,7 +31,6 @@ #include <com/sun/star/task/InteractionClassification.hpp> #include <tools/errcode.hxx> -#include <tools/rc.hxx> #include <tools/resary.hxx> #include <tools/wintypes.hxx> diff --git a/uui/source/interactionhandler.cxx b/uui/source/interactionhandler.cxx index fde6db7f4687..f2c461370595 100644 --- a/uui/source/interactionhandler.cxx +++ b/uui/source/interactionhandler.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <osl/diagnose.h> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/lang/XInitialization.hpp> |