Kaydet (Commit) 9841ae65 authored tarafından Chr. Rossmanith's avatar Chr. Rossmanith Kaydeden (comit) Caolán McNamara

use results of include-what-you-use

Change-Id: Ia6ebc21da0dcc134d07e040fc32f94a4928aa17c
Reviewed-on: https://gerrit.libreoffice.org/6560Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst c5abb321
...@@ -17,27 +17,19 @@ ...@@ -17,27 +17,19 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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/docfilt.hxx>
#include <sfx2/fcontnr.hxx> #include <sfx2/fcontnr.hxx>
#include <sfx2/docfile.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 <iodetect.hxx>
#include <swdetect.hxx> #include <swdetect.hxx>
#include <app.hrc>
#include <web.hrc>
#include <globdoc.hrc>
#include <unotools/moduleoptions.hxx> #include <unotools/moduleoptions.hxx>
#include <unomid.h>
bool IsDocShellRegistered() bool IsDocShellRegistered()
{ {
return SvtModuleOptions().IsWriter(); return SvtModuleOptions().IsWriter();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment