diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-08 18:46:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-09 07:54:05 +0200 |
commit | 0e13c94ad3615dd20d83a95efc18b99b16e074e3 (patch) | |
tree | 8e7fcbe413d0baaf511d07bedbb5561b9430a473 /connectivity/source/drivers/hsqldb | |
parent | 2beeeea4ea3a5799921674310712aa3ead9acd7a (diff) |
Get rid of connectivity's diagnose_ex.h
...that rather trivially wrapped some osl/diagnose.h functionality
Change-Id: I4105708488114a9c87aa415affb997a783241248
Diffstat (limited to 'connectivity/source/drivers/hsqldb')
4 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/drivers/hsqldb/HDriver.cxx b/connectivity/source/drivers/hsqldb/HDriver.cxx index bd6cf36f7fae..9958356cad56 100644 --- a/connectivity/source/drivers/hsqldb/HDriver.cxx +++ b/connectivity/source/drivers/hsqldb/HDriver.cxx @@ -40,7 +40,6 @@ #include <com/sun/star/util/XFlushable.hpp> #include "HTerminateListener.hxx" #include "hsqldb/HCatalog.hxx" -#include "diagnose_ex.h" #include <rtl/ustrbuf.hxx> #include <osl/file.h> #include <osl/process.h> diff --git a/connectivity/source/drivers/hsqldb/HStorageAccess.cxx b/connectivity/source/drivers/hsqldb/HStorageAccess.cxx index 0a5b75ba3b49..0fa38b5e21b8 100644 --- a/connectivity/source/drivers/hsqldb/HStorageAccess.cxx +++ b/connectivity/source/drivers/hsqldb/HStorageAccess.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/io/XStream.hpp> #include "hsqldb/HStorageMap.hxx" #include "accesslog.hxx" -#include "diagnose_ex.h" #include <osl/diagnose.h> #include <string.h> diff --git a/connectivity/source/drivers/hsqldb/HStorageMap.cxx b/connectivity/source/drivers/hsqldb/HStorageMap.cxx index 534b4a4cb284..64cf85895044 100644 --- a/connectivity/source/drivers/hsqldb/HStorageMap.cxx +++ b/connectivity/source/drivers/hsqldb/HStorageMap.cxx @@ -23,7 +23,6 @@ #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/lang/DisposedException.hpp> -#include "diagnose_ex.h" #include <osl/diagnose.h> #include <osl/thread.h> diff --git a/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx b/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx index 70633e50e396..d360a17dd8bf 100644 --- a/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx +++ b/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx @@ -40,7 +40,6 @@ #include <jvmaccess/virtualmachine.hxx> #include <com/sun/star/lang/XSingleComponentFactory.hpp> -#include "diagnose_ex.h" using namespace ::com::sun::star::container; using namespace ::com::sun::star::uno; |