diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-05 17:21:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-05 17:21:22 +0100 |
commit | 3bf543f12d7dc350ef43d65ac9defb4f500e29ec (patch) | |
tree | a770b05cfdf535e9235149f0c288af028e04882b /extensions | |
parent | cd246c13bfe5174b4e967856503bda290309beaa (diff) |
Remove uses of deprecated salhelper/refobj.hxx
Change-Id: Ibf4a2ed99024568b2d370b22919e3a25c43c6fbf
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/check/updatecheck.hxx | 1 | ||||
-rw-r--r-- | extensions/source/update/check/updatecheckjob.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheck.hxx b/extensions/source/update/check/updatecheck.hxx index bf27bb4e0df2..64eefb259af8 100644 --- a/extensions/source/update/check/updatecheck.hxx +++ b/extensions/source/update/check/updatecheck.hxx @@ -28,7 +28,6 @@ #include <osl/conditn.hxx> #include <osl/thread.hxx> #include <rtl/instance.hxx> -#include <salhelper/refobj.hxx> #include "updateinfo.hxx" #include "updatecheckconfiglistener.hxx" diff --git a/extensions/source/update/check/updatecheckjob.cxx b/extensions/source/update/check/updatecheckjob.cxx index db3ac9a7c1c6..1be1d20da1bd 100644 --- a/extensions/source/update/check/updatecheckjob.cxx +++ b/extensions/source/update/check/updatecheckjob.cxx @@ -28,6 +28,7 @@ #include <cppuhelper/implbase3.hxx> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> +#include <osl/diagnose.h> #include "com/sun/star/frame/Desktop.hpp" #include "com/sun/star/frame/XTerminateListener.hpp" |