summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-09 18:00:33 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-10 23:25:22 +0200
commit7aa9f045387a95d0b1a516f917fbcd23e0578902 (patch)
tree4ca3f1d4d9240a7236ac89cd5ab374c149f7c4d8 /sw
parent2302a5ae5625c2ed3a5e7286940d32c7c176d1d2 (diff)
do not include boost/utility.hpp
It just includes a bunch of other boost headers; mostly we need boost/noncopyable.hpp so include that directly. This eliminates 831 MB(!) of boost/preprocessor/seq/fold_left.hpp completely, which is the 2nd biggest header after ustring.hxx. Change-Id: I3df55770adcb46e56f389af828e8ba80da2dc1f2
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/ndarr.hxx2
-rw-r--r--sw/inc/shellio.hxx2
-rw-r--r--sw/inc/txatbase.hxx2
-rw-r--r--sw/source/core/inc/DocumentChartDataProviderManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentContentOperationsManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentDeviceManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentDrawModelManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentExternalDataManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentFieldsManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentLayoutManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentLinksAdministrationManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentListItemsManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentListsManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentOutlineNodesManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentRedlineManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentStateManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentStatisticsManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentStylePoolManager.hxx2
-rw-r--r--sw/source/core/inc/DocumentTimerManager.hxx2
-rw-r--r--sw/source/core/inc/swthreadmanager.hxx2
20 files changed, 20 insertions, 20 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index 4ff30a8749be..ad085346cade 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -23,7 +23,7 @@
#include <vector>
#include <memory>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index d267b95a6698..0e1eb957723f 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_SW_INC_SHELLIO_HXX
#include <memory>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/embed/XStorage.hpp>
diff --git a/sw/inc/txatbase.hxx b/sw/inc/txatbase.hxx
index f1f70b431555..390ad58b7260 100644
--- a/sw/inc/txatbase.hxx
+++ b/sw/inc/txatbase.hxx
@@ -33,7 +33,7 @@
#include <fchrfmt.hxx>
#include <tox.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
class SfxItemPool;
class SvXMLAttrContainerItem;
diff --git a/sw/source/core/inc/DocumentChartDataProviderManager.hxx b/sw/source/core/inc/DocumentChartDataProviderManager.hxx
index 62852535fe34..17b072d12e43 100644
--- a/sw/source/core/inc/DocumentChartDataProviderManager.hxx
+++ b/sw/source/core/inc/DocumentChartDataProviderManager.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTCHARTDATAPROVIDEMANAGER_HXX
#include <IDocumentChartDataProviderAccess.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <rtl/ref.hxx>
diff --git a/sw/source/core/inc/DocumentContentOperationsManager.hxx b/sw/source/core/inc/DocumentContentOperationsManager.hxx
index 24974d119c09..a60293300409 100644
--- a/sw/source/core/inc/DocumentContentOperationsManager.hxx
+++ b/sw/source/core/inc/DocumentContentOperationsManager.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTCONTENTOPERATIONSMANAGER_HXX
#include <IDocumentContentOperations.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <ndarr.hxx> //Only for lcl_RstTxtAttr
class SwDoc;
diff --git a/sw/source/core/inc/DocumentDeviceManager.hxx b/sw/source/core/inc/DocumentDeviceManager.hxx
index f388b4d8d273..5da2b2009be5 100644
--- a/sw/source/core/inc/DocumentDeviceManager.hxx
+++ b/sw/source/core/inc/DocumentDeviceManager.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTDEVICEMANAGER_HXX
#include <IDocumentDeviceAccess.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <sal/types.h>
#include <vcl/vclptr.hxx>
diff --git a/sw/source/core/inc/DocumentDrawModelManager.hxx b/sw/source/core/inc/DocumentDrawModelManager.hxx
index 32656a8a718a..4fbaf39e6285 100644
--- a/sw/source/core/inc/DocumentDrawModelManager.hxx
+++ b/sw/source/core/inc/DocumentDrawModelManager.hxx
@@ -22,7 +22,7 @@
#include <sal/types.h>
#include <IDocumentDrawModelAccess.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <svx/svdtypes.hxx>
class SwDrawModel;
diff --git a/sw/source/core/inc/DocumentExternalDataManager.hxx b/sw/source/core/inc/DocumentExternalDataManager.hxx
index 0dc063c4e7ee..3f36887eac75 100644
--- a/sw/source/core/inc/DocumentExternalDataManager.hxx
+++ b/sw/source/core/inc/DocumentExternalDataManager.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTEXTERNALDATAMANAGER_HXX
#include <IDocumentExternalData.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <sal/types.h>
namespace sw {
diff --git a/sw/source/core/inc/DocumentFieldsManager.hxx b/sw/source/core/inc/DocumentFieldsManager.hxx
index 2e827fba9276..441a5766252c 100644
--- a/sw/source/core/inc/DocumentFieldsManager.hxx
+++ b/sw/source/core/inc/DocumentFieldsManager.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTFIELDSMANAGER_HXX
#include <IDocumentFieldsAccess.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <sal/types.h>
class SwDoc;
diff --git a/sw/source/core/inc/DocumentLayoutManager.hxx b/sw/source/core/inc/DocumentLayoutManager.hxx
index abcd8eccec76..b6c144107778 100644
--- a/sw/source/core/inc/DocumentLayoutManager.hxx
+++ b/sw/source/core/inc/DocumentLayoutManager.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTLAYOUTMANAGER_HXX
#include <IDocumentLayoutAccess.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
class SwDoc;
class SwViewShell;
diff --git a/sw/source/core/inc/DocumentLinksAdministrationManager.hxx b/sw/source/core/inc/DocumentLinksAdministrationManager.hxx
index 79eb9adf3b96..54b5b21a3fb4 100644
--- a/sw/source/core/inc/DocumentLinksAdministrationManager.hxx
+++ b/sw/source/core/inc/DocumentLinksAdministrationManager.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTLINKSADMINISTRATIONMANAGER_HXX
#include <IDocumentLinksAdministration.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
namespace sfx2 { class LinkManager; }
diff --git a/sw/source/core/inc/DocumentListItemsManager.hxx b/sw/source/core/inc/DocumentListItemsManager.hxx
index c292967b13d0..1c3e1527dbae 100644
--- a/sw/source/core/inc/DocumentListItemsManager.hxx
+++ b/sw/source/core/inc/DocumentListItemsManager.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTLISTITEMSMANAGER_HXX
#include <IDocumentListItems.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <set>
namespace sw
diff --git a/sw/source/core/inc/DocumentListsManager.hxx b/sw/source/core/inc/DocumentListsManager.hxx
index 83bfdd41e94a..20927d33ee9e 100644
--- a/sw/source/core/inc/DocumentListsManager.hxx
+++ b/sw/source/core/inc/DocumentListsManager.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTLISTSMANAGER_HXX
#include <IDocumentListsAccess.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <unordered_map>
class SwList;
diff --git a/sw/source/core/inc/DocumentOutlineNodesManager.hxx b/sw/source/core/inc/DocumentOutlineNodesManager.hxx
index ccd88fac2946..237b435f1bf2 100644
--- a/sw/source/core/inc/DocumentOutlineNodesManager.hxx
+++ b/sw/source/core/inc/DocumentOutlineNodesManager.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTOUTLINENODESMANAGER_HXX
#include <IDocumentOutlineNodes.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
class SwDoc;
diff --git a/sw/source/core/inc/DocumentRedlineManager.hxx b/sw/source/core/inc/DocumentRedlineManager.hxx
index 1fe968af74b6..23578fc814dc 100644
--- a/sw/source/core/inc/DocumentRedlineManager.hxx
+++ b/sw/source/core/inc/DocumentRedlineManager.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTREDLINEMANAGER_HXX
#include <IDocumentRedlineAccess.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
class SwDoc;
diff --git a/sw/source/core/inc/DocumentStateManager.hxx b/sw/source/core/inc/DocumentStateManager.hxx
index 1d67a36d2949..edd4319d7340 100644
--- a/sw/source/core/inc/DocumentStateManager.hxx
+++ b/sw/source/core/inc/DocumentStateManager.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTSTATEMANAGER_HXX
#include <IDocumentState.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
class SwDoc;
diff --git a/sw/source/core/inc/DocumentStatisticsManager.hxx b/sw/source/core/inc/DocumentStatisticsManager.hxx
index be1e78a84b35..eef46e8f3188 100644
--- a/sw/source/core/inc/DocumentStatisticsManager.hxx
+++ b/sw/source/core/inc/DocumentStatisticsManager.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTSTATISTICSMANAGER_HXX
#include <IDocumentStatistics.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <vcl/timer.hxx>
class SwDoc;
diff --git a/sw/source/core/inc/DocumentStylePoolManager.hxx b/sw/source/core/inc/DocumentStylePoolManager.hxx
index f32c5955c3b1..363fc959c8ac 100644
--- a/sw/source/core/inc/DocumentStylePoolManager.hxx
+++ b/sw/source/core/inc/DocumentStylePoolManager.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTSTYLEPOOLMANAGER_HXX
#include <IDocumentStylePoolAccess.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
class SwDoc;
diff --git a/sw/source/core/inc/DocumentTimerManager.hxx b/sw/source/core/inc/DocumentTimerManager.hxx
index 29d93b1b3d66..d3a276d3f762 100644
--- a/sw/source/core/inc/DocumentTimerManager.hxx
+++ b/sw/source/core/inc/DocumentTimerManager.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_DOCUMENTTIMERMANAGER_HXX
#include <IDocumentTimerAccess.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <vcl/idle.hxx>
#include <sal/types.h>
diff --git a/sw/source/core/inc/swthreadmanager.hxx b/sw/source/core/inc/swthreadmanager.hxx
index 526b50600a0e..f501b9146743 100644
--- a/sw/source/core/inc/swthreadmanager.hxx
+++ b/sw/source/core/inc/swthreadmanager.hxx
@@ -23,7 +23,7 @@
#include <osl/mutex.hxx>
#include <rtl/ref.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <memory>
class ObservableThread;