Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3490

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/90/3490/1

Remove pass-through header file sot/inc/sot/clsids.hxx

Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23
---
M chart2/source/view/main/ChartView.cxx
M cui/source/dialogs/insdlg.cxx
M filter/source/msfilter/msdffimp.cxx
M filter/source/msfilter/msoleexp.cxx
M sc/inc/pch/precompiled_sc.hxx
M sc/source/filter/starcalc/scfobj.cxx
M sc/source/ui/app/scdll.cxx
M sc/source/ui/docshell/docsh.cxx
M sc/source/ui/drawfunc/fuins2.cxx
M sc/source/ui/unoobj/chartuno.cxx
M sc/source/ui/view/gridwin.cxx
M sc/source/ui/view/viewfun3.cxx
M sc/source/ui/view/viewfun5.cxx
M sd/inc/pch/precompiled_sd.hxx
M sd/source/filter/eppt/epptso.cxx
M sd/source/ui/docshell/docshel4.cxx
M sd/source/ui/docshell/docshell.cxx
M sd/source/ui/docshell/grdocsh.cxx
M sd/source/ui/func/fuinsert.cxx
M sd/source/ui/view/sdview3.cxx
M sd/source/ui/view/viewshe2.cxx
M sfx2/source/doc/objxtor.cxx
M sfx2/source/doc/sfxbasemodel.cxx
M sot/Package_inc.mk
D sot/inc/sot/clsids.hxx
M sot/source/base/exchange.cxx
M sot/source/base/factory.cxx
M sot/source/base/formats.cxx
M sot/source/sdstor/ucbstorage.cxx
M starmath/inc/pch/precompiled_sm.hxx
M starmath/source/document.cxx
M svtools/inc/pch/precompiled_svt.hxx
M svtools/source/dialogs/insdlg.cxx
M svtools/source/misc/embedhlp.cxx
M svtools/source/misc/imagemgr.cxx
M svx/inc/pch/precompiled_svxcore.hxx
M svx/source/svdraw/charthelper.cxx
M svx/source/svdraw/svdoole2.cxx
M svx/source/svdraw/svdpage.cxx
M svx/source/unodraw/unopage.cxx
M svx/source/unodraw/unoshap4.cxx
M svx/source/xml/xmleohlp.cxx
M sw/inc/pch/precompiled_sw.hxx
M sw/source/core/doc/doctxm.cxx
M sw/source/filter/basflt/fltini.cxx
M sw/source/filter/html/SwAppletImpl.cxx
M sw/source/filter/html/htmlplug.cxx
M sw/source/filter/xml/xmltexte.cxx
M sw/source/filter/xml/xmltexti.cxx
M sw/source/ui/app/docsh.cxx
M sw/source/ui/app/docsh2.cxx
M sw/source/ui/config/modcfg.cxx
M sw/source/ui/config/optload.cxx
M sw/source/ui/frmdlg/frmpage.cxx
M sw/source/ui/globdoc/globdoc.cxx
M sw/source/ui/shells/textsh.cxx
M sw/source/ui/table/chartins.cxx
M sw/source/ui/table/tablemgr.cxx
M sw/source/ui/uno/swdet2.cxx
M sw/source/ui/web/wdocsh.cxx
M xmloff/inc/pch/precompiled_xo.hxx
M xmloff/source/chart/SchXMLExport.cxx
M xmloff/source/core/XMLEmbeddedObjectImportContext.cxx
M xmloff/source/draw/shapeexport.cxx
64 files changed, 62 insertions(+), 90 deletions(-)



diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 620558b..e5ae969 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -101,7 +101,7 @@
 #include <com/sun/star/text/XTextEmbeddedObjectsSupplier.hpp>
 #include <com/sun/star/view/XSelectionSupplier.hpp>
 #include <svl/languageoptions.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include "servicenames_charttypes.hxx"
 
 #include <rtl/strbuf.hxx>
diff --git a/cui/source/dialogs/insdlg.cxx b/cui/source/dialogs/insdlg.cxx
index 08f8dd3..02282e4 100644
--- a/cui/source/dialogs/insdlg.cxx
+++ b/cui/source/dialogs/insdlg.cxx
@@ -47,7 +47,7 @@
 #include <vcl/lstbox.hxx>
 #include <vcl/msgbox.hxx>
 #include <vcl/svapp.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sfx2/frmdescr.hxx>
 #include <sfx2/viewsh.hxx>
 #include <sfx2/filedlghelper.hxx>
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index ade7b81..57a761c 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -26,7 +26,7 @@
 #include <tools/solar.h>
 #include <rtl/math.hxx>
 
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <toolkit/helper/vclunohelper.hxx>
 #include <unotools/streamwrap.hxx>
 #include <comphelper/processfactory.hxx>
diff --git a/filter/source/msfilter/msoleexp.cxx b/filter/source/msfilter/msoleexp.cxx
index b8864e2..11bbf0e 100644
--- a/filter/source/msfilter/msoleexp.cxx
+++ b/filter/source/msfilter/msoleexp.cxx
@@ -29,7 +29,7 @@
 #include <com/sun/star/frame/XStorable.hpp>
 #include <com/sun/star/awt/Size.hpp>
 #include <com/sun/star/embed/Aspects.hpp>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sfx2/objsh.hxx>
 #include <sfx2/docfac.hxx>
 #include <sfx2/docfilt.hxx>
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index 442f3d8..58b304d 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -643,7 +643,7 @@
 #include <sfx2/viewsh.hxx>
 #include <sfx2/zoomitem.hxx>
 #include <signal.h>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sot/exchange.hxx>
 #include <sot/filelist.hxx>
 #include <sot/formats.hxx>
diff --git a/sc/source/filter/starcalc/scfobj.cxx b/sc/source/filter/starcalc/scfobj.cxx
index 87bac8d..1ce0037 100644
--- a/sc/source/filter/starcalc/scfobj.cxx
+++ b/sc/source/filter/starcalc/scfobj.cxx
@@ -30,7 +30,7 @@
 #include <sfx2/objsh.hxx>
 #include <sot/storage.hxx>
 #include <sfx2/app.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include "address.hxx"
 
 #include "scfobj.hxx"
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index 7b79ae8..4831f74 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -24,7 +24,7 @@
 #include <svx/objfac3d.hxx>
 #include <svx/tbxcolor.hxx>
 
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sfx2/taskpane.hxx>
 #include <sfx2/docfilt.hxx>
 #include <sfx2/fcontnr.hxx>
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 7b5a383..c99ca76 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -23,7 +23,7 @@
 
 #include "scitems.hxx"
 #include <editeng/justifyitem.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <vcl/msgbox.hxx>
 #include <vcl/virdev.hxx>
 #include <vcl/waitobj.hxx>
diff --git a/sc/source/ui/drawfunc/fuins2.cxx b/sc/source/ui/drawfunc/fuins2.cxx
index 5b47107..3faea47 100644
--- a/sc/source/ui/drawfunc/fuins2.cxx
+++ b/sc/source/ui/drawfunc/fuins2.cxx
@@ -38,7 +38,7 @@
 #include <svtools/insdlg.hxx>
 #include <svtools/soerr.hxx>
 #include <svx/svxdlg.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <svx/svdpagv.hxx>
 #include <svx/svdpage.hxx>
 #include <svx/svdundo.hxx>
diff --git a/sc/source/ui/unoobj/chartuno.cxx b/sc/source/ui/unoobj/chartuno.cxx
index 6529ffd..b31200b 100644
--- a/sc/source/ui/unoobj/chartuno.cxx
+++ b/sc/source/ui/unoobj/chartuno.cxx
@@ -31,7 +31,7 @@
 #include <svx/svdundo.hxx>
 #include <sfx2/app.hxx>
 #include <unotools/moduleoptions.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <toolkit/helper/vclunohelper.hxx>
 
 #include "chartuno.hxx"
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 145b887e..61c9b9e 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -39,7 +39,7 @@
 #include <vcl/graph.hxx>
 #include <vcl/hatch.hxx>
 #include <sot/formats.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sal/macros.h>
 
 #include <svx/svdview.hxx>      // fuer Command-Handler (COMMAND_INSERTTEXT)
diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx
index cd37a7b..a39be5b 100644
--- a/sc/source/ui/view/viewfun3.cxx
+++ b/sc/source/ui/view/viewfun3.cxx
@@ -29,7 +29,7 @@
 #include <svl/stritem.hxx>
 #include <svl/ptitem.hxx>
 #include <svl/urlbmk.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sot/formats.hxx>
 #include <vcl/graph.hxx>
 #include <vcl/virdev.hxx>
diff --git a/sc/source/ui/view/viewfun5.cxx b/sc/source/ui/view/viewfun5.cxx
index c320fc1..1611c7f 100644
--- a/sc/source/ui/view/viewfun5.cxx
+++ b/sc/source/ui/view/viewfun5.cxx
@@ -37,7 +37,7 @@
 #include <svx/svdpage.hxx>
 #include <sfx2/dispatch.hxx>
 #include <sfx2/docfile.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sot/formats.hxx>
 #include <sot/filelist.hxx>
 #include <unotools/pathoptions.hxx>
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx
index 0094aca..4679970 100644
--- a/sd/inc/pch/precompiled_sd.hxx
+++ b/sd/inc/pch/precompiled_sd.hxx
@@ -518,7 +518,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/filelist.hxx>
 #include <sot/formats.hxx>
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx
index 16f9ae0..356ddfb 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -66,7 +66,7 @@
 #include <cppuhelper/proptypehlp.hxx>
 #include <toolkit/unohlp.hxx>
 #include <rtl/crc.h>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <unotools/ucbstreamhelper.hxx>
 #include <com/sun/star/text/FontRelief.hpp>
 #include <editeng/frmdiritem.hxx>
diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx
index 2d1db9b..9422ba9 100644
--- a/sd/source/ui/docshell/docshel4.cxx
+++ b/sd/source/ui/docshell/docshel4.cxx
@@ -38,7 +38,7 @@
 #include <sfx2/printer.hxx>
 #include <svtools/ctrltool.hxx>
 #include <svtools/sfxecode.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sot/formats.hxx>
 #include <sfx2/request.hxx>
 #include <unotools/fltrcfg.hxx>
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx
index 830879b..1553954 100644
--- a/sd/source/ui/docshell/docshell.cxx
+++ b/sd/source/ui/docshell/docshell.cxx
@@ -38,7 +38,7 @@
 #include <svl/itempool.hxx>
 #include <svtools/ctrltool.hxx>
 #include <vcl/graphicfilter.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <svl/cjkoptions.hxx>
 #include <svl/visitem.hxx>
 
diff --git a/sd/source/ui/docshell/grdocsh.cxx b/sd/source/ui/docshell/grdocsh.cxx
index 3082542..8364800 100644
--- a/sd/source/ui/docshell/grdocsh.cxx
+++ b/sd/source/ui/docshell/grdocsh.cxx
@@ -23,7 +23,7 @@
 #include <svl/srchitem.hxx>
 #include <tools/globname.hxx>
 
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 
 #include <sfx2/objface.hxx>
 
diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx
index 72a6f6a..abe5311 100644
--- a/sd/source/ui/func/fuinsert.cxx
+++ b/sd/source/ui/func/fuinsert.cxx
@@ -47,7 +47,7 @@
 #include <avmedia/mediawindow.hxx>
 #include <unotools/ucbstreamhelper.hxx>
 #include <sfx2/printer.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <svtools/sfxecode.hxx>
 #include <svtools/transfer.hxx>
 #include <svl/urlbmk.hxx>
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx
index 867d06b..3e31c8a 100644
--- a/sd/source/ui/view/sdview3.cxx
+++ b/sd/source/ui/view/sdview3.cxx
@@ -41,7 +41,7 @@
 #include <svx/svdundo.hxx>
 #include <sfx2/app.hxx>
 #include <svl/itempool.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <svx/fmmodel.hxx>
 #include <sot/formats.hxx>
 #include <editeng/outliner.hxx>
diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx
index 31dcf37..ac74080 100644
--- a/sd/source/ui/view/viewshe2.cxx
+++ b/sd/source/ui/view/viewshe2.cxx
@@ -43,7 +43,7 @@
 #include <rtl/ustrbuf.hxx>
 #include <unotools/moduleoptions.hxx>
 #include <svx/dialogs.hrc>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 
 #include "strings.hrc"
 #include "app.hrc"
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx
index b699be9..3682a3b 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -70,7 +70,7 @@
 #include <unotools/ucbhelper.hxx>
 #include <svtools/asynclink.hxx>
 #include <tools/diagnose_ex.h>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 
 #include <sfx2/app.hxx>
 #include <sfx2/docfac.hxx>
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 9024cd0..b96d694 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -68,7 +68,7 @@
 #include <unotools/tempfile.hxx>
 #include <osl/mutex.hxx>
 #include <vcl/salctype.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sot/storinfo.hxx>
 #include <comphelper/storagehelper.hxx>
 #include <toolkit/helper/vclunohelper.hxx>
diff --git a/sot/Package_inc.mk b/sot/Package_inc.mk
index 4a0ff16..4cee0fc 100644
--- a/sot/Package_inc.mk
+++ b/sot/Package_inc.mk
@@ -18,7 +18,6 @@
 #
 
 $(eval $(call gb_Package_Package,sot_inc,$(SRCDIR)/sot/inc))
-$(eval $(call gb_Package_add_file,sot_inc,inc/sot/clsids.hxx,sot/clsids.hxx))
 $(eval $(call gb_Package_add_file,sot_inc,inc/sot/exchange.hxx,sot/exchange.hxx))
 $(eval $(call gb_Package_add_file,sot_inc,inc/sot/factory.hxx,sot/factory.hxx))
 $(eval $(call gb_Package_add_file,sot_inc,inc/sot/filelist.hxx,sot/filelist.hxx))
diff --git a/sot/inc/sot/clsids.hxx b/sot/inc/sot/clsids.hxx
deleted file mode 100644
index d508db7..0000000
--- a/sot/inc/sot/clsids.hxx
+++ /dev/null
@@ -1,27 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-#ifndef _SOT_CLSIDS_HXX
-#define _SOT_CLSIDS_HXX
-
-// all the definitions of the class ids are moved to the comphelper
-#include <comphelper/classids.hxx>
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index a9f1db5..c56cc5f 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 28c2850..6aa6cd0 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 620b997e..f4d473f 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 71d541e..cdaf433 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>
 
diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx
index f6cd823..4d928aa 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 0e2aa3e..ff6b0c7 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>
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx
index 4252097..c17df22 100644
--- a/svtools/inc/pch/precompiled_svt.hxx
+++ b/svtools/inc/pch/precompiled_svt.hxx
@@ -329,7 +329,7 @@
 #include <salhelper/thread.hxx>
 #include <salhelper/timer.hxx>
 #include <set>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sot/exchange.hxx>
 #include <sot/filelist.hxx>
 #include <sot/formats.hxx>
diff --git a/svtools/source/dialogs/insdlg.cxx b/svtools/source/dialogs/insdlg.cxx
index f26d72f..cca2567 100644
--- a/svtools/source/dialogs/insdlg.cxx
+++ b/svtools/source/dialogs/insdlg.cxx
@@ -22,7 +22,7 @@
 #include <svtools/svtresid.hxx>
 
 #include <unotools/configmgr.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sot/stg.hxx>
 #include <sal/macros.h>
 
diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx
index d4cbc53..318254e 100644
--- a/svtools/source/misc/embedhlp.cxx
+++ b/svtools/source/misc/embedhlp.cxx
@@ -30,7 +30,7 @@
 #include <unotools/streamwrap.hxx>
 
 #include <tools/globname.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <com/sun/star/util/XModifyListener.hpp>
 #include <com/sun/star/util/XModifiable.hpp>
 #include <com/sun/star/embed/Aspects.hpp>
diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx
index fc5ce1c..8ad8e56 100644
--- a/svtools/source/misc/imagemgr.cxx
+++ b/svtools/source/misc/imagemgr.cxx
@@ -24,7 +24,7 @@
 #include <vcl/wrkwin.hxx>
 #include "vcl/image.hxx"
 #include <sot/storage.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <unotools/ucbhelper.hxx>
 #include <comphelper/processfactory.hxx>
 #include <com/sun/star/beans/PropertyValue.hpp>
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx
index fb69e88..90f9274 100644
--- a/svx/inc/pch/precompiled_svxcore.hxx
+++ b/svx/inc/pch/precompiled_svxcore.hxx
@@ -479,7 +479,7 @@
 #include <sfx2/tplpitem.hxx>
 #include <sfx2/viewfrm.hxx>
 #include <sfx2/viewsh.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sot/exchange.hxx>
 #include <sot/factory.hxx>
 #include <sot/filelist.hxx>
diff --git a/svx/source/svdraw/charthelper.cxx b/svx/source/svdraw/charthelper.cxx
index 4026a32..9d4c520 100644
--- a/svx/source/svdraw/charthelper.cxx
+++ b/svx/source/svdraw/charthelper.cxx
@@ -20,7 +20,7 @@
 #include <svx/charthelper.hxx>
 #include <svtools/embedhlp.hxx>
 #include <tools/globname.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <com/sun/star/embed/XEmbeddedObject.hpp>
 #include <com/sun/star/lang/XUnoTunnel.hpp>
 #include <com/sun/star/util/XUpdatable.hpp>
diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx
index 034f5b8..fcf27cc 100644
--- a/svx/source/svdraw/svdoole2.cxx
+++ b/svx/source/svdraw/svdoole2.cxx
@@ -53,7 +53,7 @@
 #include <svx/svdpagv.hxx>
 #include <tools/globname.hxx>
 #include <vcl/jobset.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 
 #include <sot/formats.hxx>
 #include <sfx2/linkmgr.hxx>
diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx
index 16f5bb8..715653f 100644
--- a/svx/source/svdraw/svdpage.cxx
+++ b/svx/source/svdraw/svdpage.cxx
@@ -23,7 +23,7 @@
 
 // HACK
 #include <sot/storage.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <svx/svdview.hxx>
 #include <string.h>
 #include <vcl/svapp.hxx>
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx
index 461b4ad..df6e8ba 100644
--- a/svx/source/unodraw/unopage.cxx
+++ b/svx/source/unodraw/unopage.cxx
@@ -21,7 +21,7 @@
 #include <com/sun/star/lang/DisposedException.hpp>
 #include <osl/mutex.hxx>
 #include <sfx2/dispatch.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <comphelper/serviceinfohelper.hxx>
 
 #include <sfx2/objsh.hxx>
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx
index 49c7892..59b8b59 100644
--- a/svx/source/unodraw/unoshap4.cxx
+++ b/svx/source/unodraw/unoshap4.cxx
@@ -27,7 +27,7 @@
 #include <svx/svdoole2.hxx>
 #include <svx/svdomedia.hxx>
 #include <svx/svdpool.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sfx2/frmdescr.hxx>
 #include <vcl/svapp.hxx>
 #include <osl/mutex.hxx>
diff --git a/svx/source/xml/xmleohlp.cxx b/svx/source/xml/xmleohlp.cxx
index d62dead..c8dbc57 100644
--- a/svx/source/xml/xmleohlp.cxx
+++ b/svx/source/xml/xmleohlp.cxx
@@ -40,7 +40,7 @@
 #include <comphelper/storagehelper.hxx>
 #include <comphelper/embeddedobjectcontainer.hxx>
 
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <map>
 #include "svx/xmleohlp.hxx"
 
diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx
index 5f9a62f..3761468 100644
--- a/sw/inc/pch/precompiled_sw.hxx
+++ b/sw/inc/pch/precompiled_sw.hxx
@@ -695,7 +695,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/filelist.hxx>
diff --git a/sw/source/core/doc/doctxm.cxx b/sw/source/core/doc/doctxm.cxx
index dd710f5..4ed21ab 100644
--- a/sw/source/core/doc/doctxm.cxx
+++ b/sw/source/core/doc/doctxm.cxx
@@ -24,7 +24,7 @@
 #include <editeng/formatbreakitem.hxx>
 #include <editeng/tstpitem.hxx>
 #include <editeng/lrspitem.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <docsh.hxx>
 #include <ndole.hxx>
 #include <txttxmrk.hxx>
diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx
index 089198a..058483c 100644
--- a/sw/source/filter/basflt/fltini.cxx
+++ b/sw/source/filter/basflt/fltini.cxx
@@ -25,7 +25,7 @@
 #include <vcl/msgbox.hxx>
 #include <svtools/parhtml.hxx>
 #include <sot/storage.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sfx2/app.hxx>
 #include <sfx2/docfilt.hxx>
 #include <sfx2/fcontnr.hxx>
diff --git a/sw/source/filter/html/SwAppletImpl.cxx b/sw/source/filter/html/SwAppletImpl.cxx
index efefee8..4f3432c 100644
--- a/sw/source/filter/html/SwAppletImpl.cxx
+++ b/sw/source/filter/html/SwAppletImpl.cxx
@@ -24,7 +24,7 @@
 #include <com/sun/star/embed/EmbedStates.hpp>
 
 #include <comphelper/embeddedobjectcontainer.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <com/sun/star/uno/Any.hxx>
 #include <svtools/embedhlp.hxx>
 
diff --git a/sw/source/filter/html/htmlplug.cxx b/sw/source/filter/html/htmlplug.cxx
index 104813f..6e5235f 100644
--- a/sw/source/filter/html/htmlplug.cxx
+++ b/sw/source/filter/html/htmlplug.cxx
@@ -55,7 +55,7 @@
 #include <com/sun/star/beans/XPropertySet.hpp>
 
 #include <comphelper/embeddedobjectcontainer.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 
 using namespace com::sun::star;
 
diff --git a/sw/source/filter/xml/xmltexte.cxx b/sw/source/filter/xml/xmltexte.cxx
index 987a465..ee13b1f 100644
--- a/sw/source/filter/xml/xmltexte.cxx
+++ b/sw/source/filter/xml/xmltexte.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <com/sun/star/embed/XEmbedObjectCreator.hpp>
 #include <com/sun/star/embed/XEmbeddedObject.hpp>
 #include <com/sun/star/embed/XLinkageSupport.hpp>
diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx
index c230dd6..a84f99c 100644
--- a/sw/source/filter/xml/xmltexti.cxx
+++ b/sw/source/filter/xml/xmltexti.cxx
@@ -28,7 +28,7 @@
 #include <com/sun/star/embed/Aspects.hpp>
 #include <com/sun/star/task/XInteractionHandler.hpp>
 #include <rtl/ustrbuf.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <com/sun/star/lang/XUnoTunnel.hpp>
 #include <xmloff/prstylei.hxx>
 #include <xmloff/maptype.hxx>
diff --git a/sw/source/ui/app/docsh.cxx b/sw/source/ui/app/docsh.cxx
index 3a3194a..203dfe6 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 4f92956..df07c22 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
diff --git a/sw/source/ui/config/modcfg.cxx b/sw/source/ui/config/modcfg.cxx
index aebce5f..115caa0 100644
--- a/sw/source/ui/config/modcfg.cxx
+++ b/sw/source/ui/config/modcfg.cxx
@@ -18,7 +18,7 @@
  */
 
 #include <hintids.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <tools/stream.hxx>
 #include <vcl/svapp.hxx>
 #include <svl/mailenum.hxx>
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx
index 0b68d0c..3551a6d 100644
--- a/sw/source/ui/config/optload.cxx
+++ b/sw/source/ui/config/optload.cxx
@@ -46,7 +46,7 @@
 
 #include <svtools/insdlg.hxx>
 #include "svtools/treelistentry.hxx"
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <unotools/configmgr.hxx>
 #include <docsh.hxx>
 #include <config.hrc>
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index 3750852..7ba9a0a 100644
--- a/sw/source/ui/frmdlg/frmpage.cxx
+++ b/sw/source/ui/frmdlg/frmpage.cxx
@@ -36,7 +36,7 @@
 #include <editeng/ulspitem.hxx>
 #include <editeng/frmdiritem.hxx>
 #include <svx/swframevalidation.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 
 #include <sfx2/viewfrm.hxx>
 #include <fmturl.hxx>
diff --git a/sw/source/ui/globdoc/globdoc.cxx b/sw/source/ui/globdoc/globdoc.cxx
index 679babc..4fcdfed 100644
--- a/sw/source/ui/globdoc/globdoc.cxx
+++ b/sw/source/ui/globdoc/globdoc.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <unotools/moduleoptions.hxx>
 
 #include <unomid.h>
diff --git a/sw/source/ui/shells/textsh.cxx b/sw/source/ui/shells/textsh.cxx
index 894528b..3ba9147 100644
--- a/sw/source/ui/shells/textsh.cxx
+++ b/sw/source/ui/shells/textsh.cxx
@@ -55,7 +55,7 @@
 #include <com/sun/star/i18n/TransliterationModulesExtra.hpp>
 #include <com/sun/star/embed/Aspects.hpp>
 
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <editeng/acorrcfg.hxx>
 #include <wdocsh.hxx>
 #include <fmtinfmt.hxx>
diff --git a/sw/source/ui/table/chartins.cxx b/sw/source/ui/table/chartins.cxx
index 933a1d8..d19b1ff 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 9bfe0a9..61533d6 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"
diff --git a/sw/source/ui/uno/swdet2.cxx b/sw/source/ui/uno/swdet2.cxx
index 97afbfd..ebe5aeb 100644
--- a/sw/source/ui/uno/swdet2.cxx
+++ b/sw/source/ui/uno/swdet2.cxx
@@ -25,7 +25,7 @@
 #include <svtools/sfxecode.hxx>
 #include <vcl/msgbox.hxx>
 #include <svtools/parhtml.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <iodetect.hxx>
 
 #include <swdetect.hxx>
diff --git a/sw/source/ui/web/wdocsh.cxx b/sw/source/ui/web/wdocsh.cxx
index 67ca9f4..b3ec036 100644
--- a/sw/source/ui/web/wdocsh.cxx
+++ b/sw/source/ui/web/wdocsh.cxx
@@ -21,7 +21,7 @@
 #include <sfx2/app.hxx>
 #include <svx/svxids.hrc>
 
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <sfx2/objface.hxx>
 
 #include <sfx2/msg.hxx>
diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx
index 66605f5..f08bcad 100644
--- a/xmloff/inc/pch/precompiled_xo.hxx
+++ b/xmloff/inc/pch/precompiled_xo.hxx
@@ -524,7 +524,7 @@
 #include <sal/types.h>
 #include <sax/tools/converter.hxx>
 #include <set>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx
index 8c0bd6e..22dc3ac 100644
--- a/xmloff/source/chart/SchXMLExport.cxx
+++ b/xmloff/source/chart/SchXMLExport.cxx
@@ -32,7 +32,7 @@
 #include <rtl/logfile.hxx>
 #include <comphelper/processfactory.hxx>
 #include <tools/globname.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 
 #include <xmloff/nmspmap.hxx>
 #include "xmloff/xmlnmspe.hxx"
diff --git a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx 
b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx
index b00df84..a3b0004 100644
--- a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx
+++ b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx
@@ -22,7 +22,7 @@
 #include <com/sun/star/util/XModifiable2.hpp>
 #include <com/sun/star/frame/XStorable.hpp>
 #include <tools/globname.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <xmloff/nmspmap.hxx>
 #include <xmloff/xmlimp.hxx>
 #include "xmloff/xmlnmspe.hxx"
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 51f0427..0d3d0d1 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -44,7 +44,7 @@
 #include <tools/debug.hxx>
 #include <xmloff/contextid.hxx>
 #include <xmloff/xmltoken.hxx>
-#include <sot/clsids.hxx>
+#include <comphelper/classids.hxx>
 #include <tools/globname.hxx>
 #include <com/sun/star/beans/XPropertyState.hpp>
 

-- 
To view, visit https://gerrit.libreoffice.org/3490
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Michael Dunphy <michael.w.dunphy@gmail.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.