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 --- cui/source/inc/SpellDialog.hxx | 1 - cui/source/inc/backgrnd.hxx | 1 - cui/source/inc/chardlg.hxx | 1 - cui/source/inc/cuisrchdlg.hxx | 1 - cui/source/inc/page.hxx | 1 - cui/source/inc/postdlg.hxx | 1 - cui/source/options/certpath.cxx | 1 - cui/source/options/optinet2.hxx | 1 - cui/source/options/optsave.cxx | 1 - cui/source/options/securityoptions.cxx | 1 - cui/source/options/webconninfo.hxx | 3 --- 11 files changed, 13 deletions(-) (limited to 'cui') diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx index affdf32f1c85..0dc32c1b1888 100644 --- a/cui/source/inc/SpellDialog.hxx +++ b/cui/source/inc/SpellDialog.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx index 9a4d2545b203..18ec128078f7 100644 --- a/cui/source/inc/backgrnd.hxx +++ b/cui/source/inc/backgrnd.hxx @@ -20,7 +20,6 @@ #define INCLUDED_CUI_SOURCE_INC_BACKGRND_HXX #include -#include #include #include #include diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx index 1dbda947bdd4..876e6f136da0 100644 --- a/cui/source/inc/chardlg.hxx +++ b/cui/source/inc/chardlg.hxx @@ -20,7 +20,6 @@ #define INCLUDED_CUI_SOURCE_INC_CHARDLG_HXX #include -#include #include #include #include diff --git a/cui/source/inc/cuisrchdlg.hxx b/cui/source/inc/cuisrchdlg.hxx index 8284d731e4ce..c3d664946c17 100644 --- a/cui/source/inc/cuisrchdlg.hxx +++ b/cui/source/inc/cuisrchdlg.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_CUI_SOURCE_INC_CUISRCHDLG_HXX #define INCLUDED_CUI_SOURCE_INC_CUISRCHDLG_HXX -#include #include #include #include diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx index c0cd03089449..e4b739c730fe 100644 --- a/cui/source/inc/page.hxx +++ b/cui/source/inc/page.hxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/cui/source/inc/postdlg.hxx b/cui/source/inc/postdlg.hxx index 9c351b1c9193..23c9ca17b04f 100644 --- a/cui/source/inc/postdlg.hxx +++ b/cui/source/inc/postdlg.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx index f853ce3e9b50..08c6470e4f44 100644 --- a/cui/source/options/certpath.cxx +++ b/cui/source/options/certpath.cxx @@ -11,7 +11,6 @@ #include #include #include -#include #include "svtools/treelistentry.hxx" #include #include diff --git a/cui/source/options/optinet2.hxx b/cui/source/options/optinet2.hxx index fd0850870a60..378a0718241f 100644 --- a/cui/source/options/optinet2.hxx +++ b/cui/source/options/optinet2.hxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx index de06da1b0e03..09d5a920340d 100644 --- a/cui/source/options/optsave.cxx +++ b/cui/source/options/optsave.cxx @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include diff --git a/cui/source/options/securityoptions.cxx b/cui/source/options/securityoptions.cxx index a7b788120849..30452a9ac7b7 100644 --- a/cui/source/options/securityoptions.cxx +++ b/cui/source/options/securityoptions.cxx @@ -18,7 +18,6 @@ */ #include -#include #include #include #include "securityoptions.hxx" diff --git a/cui/source/options/webconninfo.hxx b/cui/source/options/webconninfo.hxx index 24c29aa69ee3..792d66cb2a1c 100644 --- a/cui/source/options/webconninfo.hxx +++ b/cui/source/options/webconninfo.hxx @@ -1,4 +1,3 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -23,8 +22,6 @@ #include #include #include -#include - namespace svx { -- cgit