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
1c71cef7
Kaydet (Commit)
1c71cef7
authored
Şub 13, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707769 Uninitialized pointer field
Change-Id: I449173ea1c4418cc2cc978862fe465e33e7b4338
üst
dbaffd88
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
unoedprx.cxx
editeng/source/uno/unoedprx.cxx
+0
-0
unoedprx.hxx
include/editeng/unoedprx.hxx
+3
-3
No files found.
editeng/source/uno/unoedprx.cxx
Dosyayı görüntüle @
1c71cef7
This diff is collapsed.
Click to expand it.
include/editeng/unoedprx.hxx
Dosyayı görüntüle @
1c71cef7
...
...
@@ -106,7 +106,7 @@ public:
sal_Bool
IsEditable
(
const
ESelection
&
rSelection
);
private
:
SvxTextForwarder
*
m
r
TextForwarder
;
SvxTextForwarder
*
m
p
TextForwarder
;
};
class
SvxAccessibleTextEditViewAdapter
:
public
SvxEditViewForwarder
...
...
@@ -132,8 +132,8 @@ public:
void
SetForwarder
(
SvxEditViewForwarder
&
,
SvxAccessibleTextAdapter
&
);
private
:
SvxEditViewForwarder
*
m
r
ViewForwarder
;
SvxAccessibleTextAdapter
*
m
r
TextForwarder
;
SvxEditViewForwarder
*
m
p
ViewForwarder
;
SvxAccessibleTextAdapter
*
m
p
TextForwarder
;
};
class
EDITENG_DLLPUBLIC
SvxEditSourceAdapter
:
public
SvxEditSource
...
...
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