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 @@
#include <osl/conditn.hxx>
#include <osl/thread.hxx>
#include <rtl/instance.hxx>
#include <salhelper/refobj.hxx>
#include "updateinfo.hxx"
#include "updatecheckconfiglistener.hxx"
......
......@@ -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"
......
......@@ -55,6 +55,7 @@ $(eval $(call gb_Library_use_libraries,swui,\
i18nutil \
msfilter \
sal \
salhelper \
sfx \
sot \
svl \
......
......@@ -22,6 +22,8 @@
#include <algorithm>
#include <osl/diagnose.h>
using namespace ::com::sun::star;
typedef std::list< ::rtl::Reference<IMailDispatcherListener> > MailDispatcherListenerContainer_t;
......
......@@ -21,7 +21,7 @@
#define INCLUDED_SW_SOURCE_UIBASE_INC_IMAILDSPLISTENER_HXX
#include <com/sun/star/mail/XMailMessage.hpp>
#include <salhelper/refobj.hxx>
#include <salhelper/simplereferenceobject.hxx>
class MailDispatcher;
......@@ -33,7 +33,7 @@ class MailDispatcher;
@see MailDispatcher
*/
class IMailDispatcherListener : public ::salhelper::ReferenceObject
class IMailDispatcherListener : public salhelper::SimpleReferenceObject
{
public:
/**
......
......@@ -25,7 +25,7 @@
#include <osl/thread.hxx>
#include <osl/conditn.hxx>
#include <rtl/ref.hxx>
#include <salhelper/refobj.hxx>
#include <salhelper/simplereferenceobject.hxx>
#include <list>
......@@ -41,7 +41,7 @@ class IMailDispatcherListener;
thread should create an own instance of this class.
*/
class SW_DLLPUBLIC MailDispatcher
: public ::salhelper::ReferenceObject
: public salhelper::SimpleReferenceObject
, private ::osl::Thread
{
public:
......
......@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <salhelper/refobj.hxx>
#include "osx/a11yfocustracker.hxx"
#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