From 5c151537b571614c8f10b96e2b60faa959413f1f Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Sun, 8 Oct 2017 21:46:51 +0300 Subject: uibase: consistently use "" and <> in include directives Change-Id: Ib6888045cecb4bd7b3498534605d790324f1b40a Reviewed-on: https://gerrit.libreoffice.org/43265 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- sw/source/uibase/shells/textglos.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sw/source/uibase/shells/textglos.cxx') diff --git a/sw/source/uibase/shells/textglos.cxx b/sw/source/uibase/shells/textglos.cxx index 21ca0f6c5a97..6a85f91867f8 100644 --- a/sw/source/uibase/shells/textglos.cxx +++ b/sw/source/uibase/shells/textglos.cxx @@ -21,14 +21,14 @@ #include #include -#include "view.hxx" -#include "cmdid.h" -#include "textsh.hxx" -#include "initui.hxx" -#include "gloshdl.hxx" -#include "glosdoc.hxx" -#include "gloslst.hxx" -#include "swabstdlg.hxx" +#include +#include +#include +#include +#include +#include +#include +#include void SwTextShell::ExecGlossary(SfxRequest &rReq) { -- cgit