diff options
author | Michael Dunphy <michael.w.dunphy@gmail.com> | 2013-04-19 18:08:13 -0400 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-20 14:55:56 +0000 |
commit | 8546c324ff8bd69d5730935f68247a995489671a (patch) | |
tree | 0d4013f70e235f3ea0a97bca713acaf195bfb2a8 /sw/source/ui/app | |
parent | 609cb4b332e4b2ddb1f449ba059fd33c3d49dc84 (diff) |
Remove pass-through header file sot/inc/sot/clsids.hxx
Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23
Reviewed-on: https://gerrit.libreoffice.org/3490
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'sw/source/ui/app')
-rw-r--r-- | sw/source/ui/app/docsh.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/app/docsh2.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/app/docsh.cxx b/sw/source/ui/app/docsh.cxx index 3a3194ab64f9..203dfe69164d 100644 --- a/sw/source/ui/app/docsh.cxx +++ b/sw/source/ui/app/docsh.cxx @@ -45,7 +45,7 @@ #include <editeng/flstitem.hxx> #include <svx/htmlmode.hxx> #include <svtools/soerr.hxx> -#include <sot/clsids.hxx> +#include <comphelper/classids.hxx> #include <basic/basmgr.hxx> #include <basic/sbmod.hxx> #include <swevent.hxx> diff --git a/sw/source/ui/app/docsh2.cxx b/sw/source/ui/app/docsh2.cxx index 4f92956e4912..df07c221ab6c 100644 --- a/sw/source/ui/app/docsh2.cxx +++ b/sw/source/ui/app/docsh2.cxx @@ -61,7 +61,7 @@ #include <basic/sbstar.hxx> #include <basic/basmgr.hxx> #include <sot/storage.hxx> -#include <sot/clsids.hxx> +#include <comphelper/classids.hxx> #include <fmtcol.hxx> #include <swevent.hxx> #include <view.hxx> // for the current view |