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 /starmath | |
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 'starmath')
-rw-r--r-- | starmath/inc/pch/precompiled_sm.hxx | 2 | ||||
-rw-r--r-- | starmath/source/document.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index f6cd82351b26..4d928aae5837 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.hxx @@ -124,7 +124,7 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/zoomitem.hxx> -#include <sot/clsids.hxx> +#include <comphelper/classids.hxx> #include <sot/exchange.hxx> #include <sot/factory.hxx> #include <sot/formats.hxx> diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 0e2aa3eaadc6..ff6b0c748b20 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -38,7 +38,7 @@ #include <sfx2/printer.hxx> #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> -#include <sot/clsids.hxx> +#include <comphelper/classids.hxx> #include <sot/exchange.hxx> #include <sot/formats.hxx> #include <sot/storage.hxx> |