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
26a9a179
Kaydet (Commit)
26a9a179
authored
Şub 25, 2019
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field
Change-Id: Ief089d6d2a43b4fbd18519cb2c8ab1d867c47118
üst
7b04874f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
AccessibleStaticTextBase.cxx
editeng/source/accessibility/AccessibleStaticTextBase.cxx
+1
-6
No files found.
editeng/source/accessibility/AccessibleStaticTextBase.cxx
Dosyayı görüntüle @
26a9a179
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
#include <vector>
#include <vector>
#include <algorithm>
#include <algorithm>
#include <functional>
#include <functional>
#include <osl/mutex.hxx>
#include <tools/debug.hxx>
#include <tools/debug.hxx>
#include <vcl/window.hxx>
#include <vcl/window.hxx>
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
...
@@ -170,9 +169,6 @@ namespace accessibility
...
@@ -170,9 +169,6 @@ namespace accessibility
// a wrapper for the text forwarders (guarded by solar mutex)
// a wrapper for the text forwarders (guarded by solar mutex)
mutable
SvxEditSourceAdapter
maEditSource
;
mutable
SvxEditSourceAdapter
maEditSource
;
// guard for maOffset
mutable
::
osl
::
Mutex
maMutex
;
};
};
...
@@ -181,8 +177,7 @@ namespace accessibility
...
@@ -181,8 +177,7 @@ namespace accessibility
AccessibleStaticTextBase_Impl
::
AccessibleStaticTextBase_Impl
()
:
AccessibleStaticTextBase_Impl
::
AccessibleStaticTextBase_Impl
()
:
mxTextParagraph
(
new
AccessibleEditableTextPara
(
nullptr
)
),
mxTextParagraph
(
new
AccessibleEditableTextPara
(
nullptr
)
),
maEditSource
(),
maEditSource
()
maMutex
()
{
{
// TODO: this is still somewhat of a hack, all the more since
// TODO: this is still somewhat of a hack, all the more since
...
...
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