From 306add13e1d9f70e1111acde8362aea6c169a97d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 5 Oct 2016 15:57:25 +0100 Subject: convert the last two lonely FixedInfos to FixedText Change-Id: Ia6ed5f71931a6141efb3d5e5eb329149d6850342 --- xmlsecurity/inc/certificateviewer.hxx | 1 - xmlsecurity/inc/digitalsignaturesdialog.hxx | 1 - xmlsecurity/inc/macrosecurity.hxx | 1 - xmlsecurity/source/dialogs/resourcemanager.cxx | 1 - xmlsecurity/source/dialogs/resourcemanager.hxx | 1 - 5 files changed, 5 deletions(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/inc/certificateviewer.hxx b/xmlsecurity/inc/certificateviewer.hxx index 03f8b89bfe2f..20eb6e946004 100644 --- a/xmlsecurity/inc/certificateviewer.hxx +++ b/xmlsecurity/inc/certificateviewer.hxx @@ -27,7 +27,6 @@ #include #include #include -#include #include namespace com { diff --git a/xmlsecurity/inc/digitalsignaturesdialog.hxx b/xmlsecurity/inc/digitalsignaturesdialog.hxx index 1422acadcf9d..f58dccf995be 100644 --- a/xmlsecurity/inc/digitalsignaturesdialog.hxx +++ b/xmlsecurity/inc/digitalsignaturesdialog.hxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include diff --git a/xmlsecurity/inc/macrosecurity.hxx b/xmlsecurity/inc/macrosecurity.hxx index 19da1e764289..0c3d177b39d7 100644 --- a/xmlsecurity/inc/macrosecurity.hxx +++ b/xmlsecurity/inc/macrosecurity.hxx @@ -27,7 +27,6 @@ #include #include #include -#include #include #include diff --git a/xmlsecurity/source/dialogs/resourcemanager.cxx b/xmlsecurity/source/dialogs/resourcemanager.cxx index 28d0ba2b7b58..57006192f6a6 100644 --- a/xmlsecurity/source/dialogs/resourcemanager.cxx +++ b/xmlsecurity/source/dialogs/resourcemanager.cxx @@ -22,7 +22,6 @@ #include #include -#include #include #include #include diff --git a/xmlsecurity/source/dialogs/resourcemanager.hxx b/xmlsecurity/source/dialogs/resourcemanager.hxx index 4b30549d0c02..f2352a94e62e 100644 --- a/xmlsecurity/source/dialogs/resourcemanager.hxx +++ b/xmlsecurity/source/dialogs/resourcemanager.hxx @@ -28,7 +28,6 @@ #include class FixedImage; -class FixedInfo; class Control; class LocaleDataWrapper; -- cgit