Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
3bf543f1
Kaydet (Commit)
3bf543f1
authored
Şub 05, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove uses of deprecated salhelper/refobj.hxx
Change-Id: Ibf4a2ed99024568b2d370b22919e3a25c43c6fbf
üst
cd246c13
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
7 deletions
+8
-7
updatecheck.hxx
extensions/source/update/check/updatecheck.hxx
+0
-1
updatecheckjob.cxx
extensions/source/update/check/updatecheckjob.cxx
+1
-0
Library_swui.mk
sw/Library_swui.mk
+1
-0
maildispatcher.cxx
sw/source/uibase/dbui/maildispatcher.cxx
+2
-0
imaildsplistener.hxx
sw/source/uibase/inc/imaildsplistener.hxx
+2
-2
maildispatcher.hxx
sw/source/uibase/inc/maildispatcher.hxx
+2
-2
a11yfocuslistener.cxx
vcl/osx/a11yfocuslistener.cxx
+0
-2
No files found.
extensions/source/update/check/updatecheck.hxx
Dosyayı görüntüle @
3bf543f1
...
@@ -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"
...
...
extensions/source/update/check/updatecheckjob.cxx
Dosyayı görüntüle @
3bf543f1
...
@@ -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"
...
...
sw/Library_swui.mk
Dosyayı görüntüle @
3bf543f1
...
@@ -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 \
...
...
sw/source/uibase/dbui/maildispatcher.cxx
Dosyayı görüntüle @
3bf543f1
...
@@ -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
;
...
...
sw/source/uibase/inc/imaildsplistener.hxx
Dosyayı görüntüle @
3bf543f1
...
@@ -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
::
Simple
ReferenceObject
{
{
public
:
public
:
/**
/**
...
...
sw/source/uibase/inc/maildispatcher.hxx
Dosyayı görüntüle @
3bf543f1
...
@@ -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
::
Simple
ReferenceObject
,
private
::
osl
::
Thread
,
private
::
osl
::
Thread
{
{
public
:
public
:
...
...
vcl/osx/a11yfocuslistener.cxx
Dosyayı görüntüle @
3bf543f1
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment