From 97059fbd09fedce0ff830599f8df5f41d42336f2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:30:42 +0200 Subject: loplugin:includeform: svx Change-Id: I4057fe05983fb2b63b592ffd325894c12b9cb5b2 --- svx/source/dialog/txencbox.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svx/source/dialog/txencbox.cxx') diff --git a/svx/source/dialog/txencbox.cxx b/svx/source/dialog/txencbox.cxx index 2a1999cf6e0b..7183271e6fe5 100644 --- a/svx/source/dialog/txencbox.cxx +++ b/svx/source/dialog/txencbox.cxx @@ -19,12 +19,12 @@ #include -#include "svx/txencbox.hxx" +#include #include -#include "svx/txenctab.hxx" +#include #include #if HAVE_FEATURE_DBCONNECTIVITY -#include "svx/dbcharsethelper.hxx" +#include #endif #include #include @@ -33,7 +33,7 @@ #include #include #include -#include "txenctab.hrc" +#include SvxTextEncodingBox::SvxTextEncodingBox( vcl::Window* pParent, WinBits nBits ) : ListBox( pParent, nBits ) -- cgit