summaryrefslogtreecommitdiff
path: root/sot/source
diff options
context:
space:
mode:
authorMichael Dunphy <michael.w.dunphy@gmail.com>2013-04-19 18:08:13 -0400
committerDavid Tardon <dtardon@redhat.com>2013-04-20 14:55:56 +0000
commit8546c324ff8bd69d5730935f68247a995489671a (patch)
tree0d4013f70e235f3ea0a97bca713acaf195bfb2a8 /sot/source
parent609cb4b332e4b2ddb1f449ba059fd33c3d49dc84 (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 'sot/source')
-rw-r--r--sot/source/base/exchange.cxx2
-rw-r--r--sot/source/base/factory.cxx2
-rw-r--r--sot/source/base/formats.cxx2
-rw-r--r--sot/source/sdstor/ucbstorage.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index a9f1db500ffe..c56cc5f9ec14 100644
--- a/sot/source/base/exchange.cxx
+++ b/sot/source/base/exchange.cxx
@@ -25,7 +25,7 @@
#include <sot/sotdata.hxx>
#include <sot/exchange.hxx>
#include <sot/formats.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
#include <rtl/instance.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/documentconstants.hxx>
diff --git a/sot/source/base/factory.cxx b/sot/source/base/factory.cxx
index 28c285027cd7..6aa6cd03dae5 100644
--- a/sot/source/base/factory.cxx
+++ b/sot/source/base/factory.cxx
@@ -22,7 +22,7 @@
#include <tools/string.hxx>
#include <sot/object.hxx>
#include <sot/sotdata.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
#include <rtl/instance.hxx>
#include <rtl/strbuf.hxx>
diff --git a/sot/source/base/formats.cxx b/sot/source/base/formats.cxx
index 620b997e3d3c..f4d473f93114 100644
--- a/sot/source/base/formats.cxx
+++ b/sot/source/base/formats.cxx
@@ -24,7 +24,7 @@
#include <sot/exchange.hxx>
#include <sot/formats.hxx>
#include "sot/filelist.hxx"
-#include "sot/clsids.hxx"
+#include <comphelper/classids.hxx>
#include <tools/globname.hxx>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx
index 71d541ea12ac..cdaf433187db 100644
--- a/sot/source/sdstor/ucbstorage.cxx
+++ b/sot/source/sdstor/ucbstorage.cxx
@@ -60,7 +60,7 @@
#include <sot/storage.hxx>
#include <sot/exchange.hxx>
#include <sot/formats.hxx>
-#include "sot/clsids.hxx"
+#include <comphelper/classids.hxx>
#include <vector>