[Libreoffice-commits] core.git: sw/source

Chr. Rossmanith ChrRossmanith at gmx.de
Mon Nov 4 14:51:25 CET 2013


 sw/source/ui/uno/swdet2.cxx |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

New commits:
commit 9841ae6565c1b0b16ba4f46cce56c478ce7e900b
Author: Chr. Rossmanith <ChrRossmanith at gmx.de>
Date:   Tue Oct 29 08:56:05 2013 +0100

    use results of include-what-you-use
    
    Change-Id: Ia6ebc21da0dcc134d07e040fc32f94a4928aa17c
    Reviewed-on: https://gerrit.libreoffice.org/6560
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/ui/uno/swdet2.cxx b/sw/source/ui/uno/swdet2.cxx
index 13ffb42..0eacb62 100644
--- a/sw/source/ui/uno/swdet2.cxx
+++ b/sw/source/ui/uno/swdet2.cxx
@@ -17,27 +17,19 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <sfx2/docfac.hxx>
+#include "rtl/ustring.hxx"              // for OUString, operator==
+#include "sal/types.h"                  // for sal_Bool
+#include "tools/errcode.hxx"            // for ERRCODE_ABORT, ERRCODE_NONE
+#include "tools/solar.h"                // for sal_uLong
+
 #include <sfx2/docfilt.hxx>
 #include <sfx2/fcontnr.hxx>
 #include <sfx2/docfile.hxx>
-#include <sfx2/app.hxx>
-#include <svtools/sfxecode.hxx>
-#include <vcl/msgbox.hxx>
-#include <svtools/parhtml.hxx>
-#include <comphelper/classids.hxx>
 #include <iodetect.hxx>
-
 #include <swdetect.hxx>
 
-#include <app.hrc>
-#include <web.hrc>
-#include <globdoc.hrc>
-
 #include <unotools/moduleoptions.hxx>
 
-#include <unomid.h>
-
 bool IsDocShellRegistered()
 {
     return SvtModuleOptions().IsWriter();


More information about the Libreoffice-commits mailing list