Kaydet (Commit) 3bf543f1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove uses of deprecated salhelper/refobj.hxx

Change-Id: Ibf4a2ed99024568b2d370b22919e3a25c43c6fbf
üst cd246c13
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include <osl/conditn.hxx> #include <osl/conditn.hxx>
#include <osl/thread.hxx> #include <osl/thread.hxx>
#include <rtl/instance.hxx> #include <rtl/instance.hxx>
#include <salhelper/refobj.hxx>
#include "updateinfo.hxx" #include "updateinfo.hxx"
#include "updatecheckconfiglistener.hxx" #include "updatecheckconfiglistener.hxx"
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <cppuhelper/implbase3.hxx> #include <cppuhelper/implbase3.hxx>
#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include <osl/diagnose.h>
#include "com/sun/star/frame/Desktop.hpp" #include "com/sun/star/frame/Desktop.hpp"
#include "com/sun/star/frame/XTerminateListener.hpp" #include "com/sun/star/frame/XTerminateListener.hpp"
......
...@@ -55,6 +55,7 @@ $(eval $(call gb_Library_use_libraries,swui,\ ...@@ -55,6 +55,7 @@ $(eval $(call gb_Library_use_libraries,swui,\
i18nutil \ i18nutil \
msfilter \ msfilter \
sal \ sal \
salhelper \
sfx \ sfx \
sot \ sot \
svl \ svl \
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#include <algorithm> #include <algorithm>
#include <osl/diagnose.h>
using namespace ::com::sun::star; using namespace ::com::sun::star;
typedef std::list< ::rtl::Reference<IMailDispatcherListener> > MailDispatcherListenerContainer_t; typedef std::list< ::rtl::Reference<IMailDispatcherListener> > MailDispatcherListenerContainer_t;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_UIBASE_INC_IMAILDSPLISTENER_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_IMAILDSPLISTENER_HXX
#include <com/sun/star/mail/XMailMessage.hpp> #include <com/sun/star/mail/XMailMessage.hpp>
#include <salhelper/refobj.hxx> #include <salhelper/simplereferenceobject.hxx>
class MailDispatcher; class MailDispatcher;
...@@ -33,7 +33,7 @@ class MailDispatcher; ...@@ -33,7 +33,7 @@ class MailDispatcher;
@see MailDispatcher @see MailDispatcher
*/ */
class IMailDispatcherListener : public ::salhelper::ReferenceObject class IMailDispatcherListener : public salhelper::SimpleReferenceObject
{ {
public: public:
/** /**
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <osl/thread.hxx> #include <osl/thread.hxx>
#include <osl/conditn.hxx> #include <osl/conditn.hxx>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <salhelper/refobj.hxx> #include <salhelper/simplereferenceobject.hxx>
#include <list> #include <list>
...@@ -41,7 +41,7 @@ class IMailDispatcherListener; ...@@ -41,7 +41,7 @@ class IMailDispatcherListener;
thread should create an own instance of this class. thread should create an own instance of this class.
*/ */
class SW_DLLPUBLIC MailDispatcher class SW_DLLPUBLIC MailDispatcher
: public ::salhelper::ReferenceObject : public salhelper::SimpleReferenceObject
, private ::osl::Thread , private ::osl::Thread
{ {
public: public:
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <salhelper/refobj.hxx>
#include "osx/a11yfocustracker.hxx" #include "osx/a11yfocustracker.hxx"
#include "osx/a11yfactory.h" #include "osx/a11yfactory.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment