summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-12 12:32:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-12 12:32:56 +0200
commit096d1d6e7cb52591e30eb9ae16ff6eb562f9dbf1 (patch)
tree7d274298bf75d5c9434bb8f65083ff05c49d6915 /shell
parentf1570322af69d0d9e1dfd72e20ddc450cd7829a5 (diff)
This code is not linked against sal
Change-Id: I7f44cd54732a60e9655f0bbb90615f3d3988ce58
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/shlxthandler/classfactory.cxx7
-rw-r--r--shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx7
2 files changed, 0 insertions, 14 deletions
diff --git a/shell/source/win32/shlxthandler/classfactory.cxx b/shell/source/win32/shlxthandler/classfactory.cxx
index d5a394f2904f..d3a14b9aee92 100644
--- a/shell/source/win32/shlxthandler/classfactory.cxx
+++ b/shell/source/win32/shlxthandler/classfactory.cxx
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#undef OSL_DEBUG_LEVEL
-
-
-#include <osl/diagnose.h>
-#include <sal/log.hxx>
-
#include "internal/global.hxx"
#include "classfactory.hxx"
#include "internal/infotips.hxx"
@@ -122,7 +116,6 @@ HRESULT STDMETHODCALLTYPE CClassFactory::CreateInstance(
if (0 == pUnk)
{
- SAL_WARN("shell", "Could not create COM object");
return E_OUTOFMEMORY;
}
diff --git a/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx b/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx
index 10deb738cb44..acc0174f635b 100644
--- a/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx
+++ b/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#undef OSL_DEBUG_LEVEL
-
-
-#include <osl/diagnose.h>
-
#include "internal/global.hxx"
#include "internal/propertyhdl.hxx"
#include "internal/fileextensions.hxx"
@@ -32,7 +27,6 @@
#include <propkey.h>
#include <propvarutil.h>
#include <sal/macros.h>
-#include <sal/log.hxx>
#include <malloc.h>
#include <strsafe.h>
@@ -383,7 +377,6 @@ HRESULT STDMETHODCALLTYPE CClassFactory::CreateInstance(
if (0 == pUnk)
{
- SAL_WARN("shell", "Could not create COM object");
return E_OUTOFMEMORY;
}