diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:30:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:50 +0200 |
commit | 97059fbd09fedce0ff830599f8df5f41d42336f2 (patch) | |
tree | 26d42a7daca4b104dde5f527e64dfc67ed49d401 /svx/source/dialog/txencbox.cxx | |
parent | 62f47bb2a54536d6e1cf14b16d2e3b963ba651a6 (diff) |
loplugin:includeform: svx
Change-Id: I4057fe05983fb2b63b592ffd325894c12b9cb5b2
Diffstat (limited to 'svx/source/dialog/txencbox.cxx')
-rw-r--r-- | svx/source/dialog/txencbox.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
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 <config_features.h> -#include "svx/txencbox.hxx" +#include <svx/txencbox.hxx> #include <svx/dialmgr.hxx> -#include "svx/txenctab.hxx" +#include <svx/txenctab.hxx> #include <svx/strings.hrc> #if HAVE_FEATURE_DBCONNECTIVITY -#include "svx/dbcharsethelper.hxx" +#include <svx/dbcharsethelper.hxx> #endif #include <vcl/builderfactory.hxx> #include <vcl/svapp.hxx> @@ -33,7 +33,7 @@ #include <rtl/locale.h> #include <rtl/strbuf.hxx> #include <osl/nlsupport.h> -#include "txenctab.hrc" +#include <txenctab.hrc> SvxTextEncodingBox::SvxTextEncodingBox( vcl::Window* pParent, WinBits nBits ) : ListBox( pParent, nBits ) |