summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-04-28 16:36:26 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-04-28 16:38:11 +0300
commit09649920fce23ca92da2dfaba68ce62bcd18524f (patch)
tree2111dc8e957292450abac827c332e3bf6ff9cdf3 /shell
parent84098f4624191c38e1958a9bf4d22fad9211064c (diff)
Include <osl/diagnose.h> for OSL_ENSURE etc
No idea why this include is suddenly needed.
Diffstat (limited to 'shell')
-rw-r--r--shell/source/all/ooofilereader/basereader.cxx3
-rw-r--r--shell/source/all/ooofilereader/contentreader.cxx3
-rw-r--r--shell/source/all/ooofilereader/metainforeader.cxx3
-rw-r--r--shell/source/win32/shlxthandler/classfactory.cxx3
-rw-r--r--shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx3
-rw-r--r--shell/source/win32/shlxthandler/util/utilities.cxx1
6 files changed, 16 insertions, 0 deletions
diff --git a/shell/source/all/ooofilereader/basereader.cxx b/shell/source/all/ooofilereader/basereader.cxx
index 0ea625924d10..1b8c1391f8cc 100644
--- a/shell/source/all/ooofilereader/basereader.cxx
+++ b/shell/source/all/ooofilereader/basereader.cxx
@@ -28,6 +28,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_shell.hxx"
+
+#include <osl/diagnose.h>
+
#include "internal/basereader.hxx"
#include "internal/xml_parser.hxx"
diff --git a/shell/source/all/ooofilereader/contentreader.cxx b/shell/source/all/ooofilereader/contentreader.cxx
index d9525c5ec1a6..e0213839cc9d 100644
--- a/shell/source/all/ooofilereader/contentreader.cxx
+++ b/shell/source/all/ooofilereader/contentreader.cxx
@@ -28,6 +28,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_shell.hxx"
+
+#include <osl/diagnose.h>
+
#include "internal/contentreader.hxx"
#include "dummytag.hxx"
#include "simpletag.hxx"
diff --git a/shell/source/all/ooofilereader/metainforeader.cxx b/shell/source/all/ooofilereader/metainforeader.cxx
index 6df5145dd3cf..71be05505127 100644
--- a/shell/source/all/ooofilereader/metainforeader.cxx
+++ b/shell/source/all/ooofilereader/metainforeader.cxx
@@ -28,6 +28,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_shell.hxx"
+
+#include <osl/diagnose.h>
+
#include "internal/metainforeader.hxx"
#include "dummytag.hxx"
#include "simpletag.hxx"
diff --git a/shell/source/win32/shlxthandler/classfactory.cxx b/shell/source/win32/shlxthandler/classfactory.cxx
index 4bf5f6a97577..7234b2eca495 100644
--- a/shell/source/win32/shlxthandler/classfactory.cxx
+++ b/shell/source/win32/shlxthandler/classfactory.cxx
@@ -28,6 +28,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_shell.hxx"
+
+#include <osl/diagnose.h>
+
#include "internal/global.hxx"
#include "classfactory.hxx"
#include "internal/infotips.hxx"
diff --git a/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx b/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx
index b0e0a4b4b0e5..2a6bff0ef78f 100644
--- a/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx
+++ b/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx
@@ -28,6 +28,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_shell.hxx"
+
+#include <osl/diagnose.h>
+
#include "internal/global.hxx"
#include "internal/PropertyHdl.hxx"
#include "internal/fileextensions.hxx"
diff --git a/shell/source/win32/shlxthandler/util/utilities.cxx b/shell/source/win32/shlxthandler/util/utilities.cxx
index 48783978e7ca..7fd2fcdbb8ab 100644
--- a/shell/source/win32/shlxthandler/util/utilities.cxx
+++ b/shell/source/win32/shlxthandler/util/utilities.cxx
@@ -29,6 +29,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_shell.hxx"
+#include <osl/diagnose.h>
#include "internal/config.hxx"
#include "internal/utilities.hxx"