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
49c1964b
Kaydet (Commit)
49c1964b
authored
Kas 26, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: private field 'm_bCompoundControlChild' is not used
Change-Id: I656c044de766e274f4938facc3a85b6152ba79ed
üst
a0160543
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
textwindowaccessibility.hxx
...ty/inc/accessibility/extended/textwindowaccessibility.hxx
+0
-1
textwindowaccessibility.cxx
accessibility/source/extended/textwindowaccessibility.cxx
+2
-3
No files found.
accessibility/inc/accessibility/extended/textwindowaccessibility.hxx
Dosyayı görüntüle @
49c1964b
...
...
@@ -696,7 +696,6 @@ private:
::
std
::
queue
<
::
TextHint
>
m_aParagraphNotifications
;
bool
m_bSelectionChangedNotification
;
bool
m_bCompoundControlChild
;
};
}
...
...
accessibility/source/extended/textwindowaccessibility.cxx
Dosyayı görüntüle @
49c1964b
...
...
@@ -770,7 +770,7 @@ void ParagraphImpl::checkDisposed()
}
Document
::
Document
(
::
VCLXWindow
*
pVclXWindow
,
::
TextEngine
&
rEngine
,
::
TextView
&
rView
,
bool
bCompoundControlChild
)
:
::
TextView
&
rView
,
bool
/* bCompoundControlChild */
)
:
VCLXAccessibleComponent
(
pVclXWindow
),
m_xAccessible
(
pVclXWindow
),
m_rEngine
(
rEngine
),
...
...
@@ -784,8 +784,7 @@ Document::Document(::VCLXWindow * pVclXWindow, ::TextEngine & rEngine,
m_nSelectionFirstPos
(
-
1
),
m_nSelectionLastPara
(
-
1
),
m_nSelectionLastPos
(
-
1
),
m_bSelectionChangedNotification
(
false
),
m_bCompoundControlChild
(
bCompoundControlChild
)
m_bSelectionChangedNotification
(
false
)
{}
css
::
lang
::
Locale
Document
::
retrieveLocale
()
...
...
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