summaryrefslogtreecommitdiff
path: root/sw/source/ui/table
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 /sw/source/ui/table
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 'sw/source/ui/table')
-rw-r--r--sw/source/ui/table/chartins.cxx2
-rw-r--r--sw/source/ui/table/tablemgr.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/table/chartins.cxx b/sw/source/ui/table/chartins.cxx
index 933a1d85d124..d19b1ff76667 100644
--- a/sw/source/ui/table/chartins.cxx
+++ b/sw/source/ui/table/chartins.cxx
@@ -44,7 +44,7 @@
#include <chartins.hrc>
#include <anchoredobject.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
#include <cppuhelper/bootstrap.hxx>
#include <cppuhelper/component_context.hxx>
diff --git a/sw/source/ui/table/tablemgr.cxx b/sw/source/ui/table/tablemgr.cxx
index 720c5af468e6..c7e4401cec85 100644
--- a/sw/source/ui/table/tablemgr.cxx
+++ b/sw/source/ui/table/tablemgr.cxx
@@ -24,7 +24,7 @@
#include <com/sun/star/beans/PropertyState.hpp>
#include <sot/storage.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
#include "edtwin.hxx"
#include "wrtsh.hxx"