From 8546c324ff8bd69d5730935f68247a995489671a Mon Sep 17 00:00:00 2001 From: Michael Dunphy Date: Fri, 19 Apr 2013 18:08:13 -0400 Subject: 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 Reviewed-by: David Tardon Tested-by: David Tardon --- xmloff/inc/pch/precompiled_xo.hxx | 2 +- xmloff/source/chart/SchXMLExport.cxx | 2 +- xmloff/source/core/XMLEmbeddedObjectImportContext.cxx | 2 +- xmloff/source/draw/shapeexport.cxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'xmloff') diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index 66605f503df2..f08bcadfb792 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -524,7 +524,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index 8c0bd6eec25c..22dc3ac1e575 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include "xmloff/xmlnmspe.hxx" diff --git a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx index b00df847f95f..a3b000443dcf 100644 --- a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx +++ b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include "xmloff/xmlnmspe.hxx" diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index 51f0427ea1bb..0d3d0d16acb6 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.cxx @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include #include -- cgit