[Libreoffice-commits] .: shell/source
Tor Lillqvist
tml at kemper.freedesktop.org
Thu Apr 28 06:40:26 PDT 2011
shell/source/all/ooofilereader/basereader.cxx | 3 +++
shell/source/all/ooofilereader/contentreader.cxx | 3 +++
shell/source/all/ooofilereader/metainforeader.cxx | 3 +++
shell/source/win32/shlxthandler/classfactory.cxx | 3 +++
shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx | 3 +++
shell/source/win32/shlxthandler/util/utilities.cxx | 1 +
6 files changed, 16 insertions(+)
New commits:
commit f1d480924ff91603b06066ca5da4826e1b1e792f
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Thu Apr 28 16:36:26 2011 +0300
Include <osl/diagnose.h> for OSL_ENSURE etc
No idea why this include is suddenly needed.
diff --git a/shell/source/all/ooofilereader/basereader.cxx b/shell/source/all/ooofilereader/basereader.cxx
index 0257702..4601960 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 dcdbbfa..04f1f4a 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 847c564..06f8183 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 0540cd0..7c62544 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 2482e3c..7598545 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 d84480c..55b1287 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"
More information about the Libreoffice-commits
mailing list