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
c18c50cd
Kaydet (Commit)
c18c50cd
authored
Kas 24, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add SAL_WARN_UNUSED to css::uno::WeakReference and SvCompatWeakRef
Change-Id: Idb784d398ed22f2291f1beaffb82f68642d68bcd
üst
4bd8ffd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
weakref.hxx
include/cppuhelper/weakref.hxx
+1
-1
ref.hxx
include/tools/ref.hxx
+1
-1
No files found.
include/cppuhelper/weakref.hxx
Dosyayı görüntüle @
c18c50cd
...
@@ -119,7 +119,7 @@ protected:
...
@@ -119,7 +119,7 @@ protected:
@tparam interface_type type of interface
@tparam interface_type type of interface
*/
*/
template
<
class
interface_type
>
template
<
class
interface_type
>
class
WeakReference
:
public
WeakReferenceHelper
class
SAL_WARN_UNUSED
WeakReference
:
public
WeakReferenceHelper
{
{
public
:
public
:
/** Default ctor. Creates an empty weak reference.
/** Default ctor. Creates an empty weak reference.
...
...
include/tools/ref.hxx
Dosyayı görüntüle @
c18c50cd
...
@@ -183,7 +183,7 @@ public:
...
@@ -183,7 +183,7 @@ public:
/** We only have one weak reference in LO, in include/sfx2/frame.hxx, class SfxFrameWeak.
/** We only have one weak reference in LO, in include/sfx2/frame.hxx, class SfxFrameWeak.
*/
*/
template
<
typename
T
>
template
<
typename
T
>
class
SvCompatWeakRef
class
S
AL_WARN_UNUSED
S
vCompatWeakRef
{
{
tools
::
SvRef
<
SvCompatWeakHdl
<
T
>
>
_xHdl
;
tools
::
SvRef
<
SvCompatWeakHdl
<
T
>
>
_xHdl
;
public
:
public
:
...
...
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