summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-10-08 15:35:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-10-08 15:35:17 +0200
commit078a81d5ba9f44b642e3e8b838fc4fe48a91810a (patch)
tree0e1d86bc21b303caaa8e8ede392f2e15e365d961 /include/comphelper
parentcppcheck: duplicateExpressionTernary (diff)
downloadcore-078a81d5ba9f44b642e3e8b838fc4fe48a91810a.tar.gz
core-078a81d5ba9f44b642e3e8b838fc4fe48a91810a.zip
Fix undefined css::uno::Reference<css::uno::XComponentContext> dtor
...when compiling desktop/source/app/crashreport.cxx, after 2a962cb122f796aef9a10252ab224f5cd70569cf "tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*" Change-Id: Icefe8f8d0a10ed6357daf0530afc01598dd99e22
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/processfactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/processfactory.hxx b/include/comphelper/processfactory.hxx
index 7531ee4fbebe..33b72f51cbed 100644
--- a/include/comphelper/processfactory.hxx
+++ b/include/comphelper/processfactory.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_COMPHELPER_PROCESSFACTORY_HXX
#define INCLUDED_COMPHELPER_PROCESSFACTORY_HXX
-#include <com/sun/star/uno/Reference.h>
+#include <com/sun/star/uno/Reference.hxx>
#include <comphelper/comphelperdllapi.h>
namespace com { namespace sun { namespace star { namespace lang {