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
70b0b2f9
Kaydet (Commit)
70b0b2f9
authored
Ara 02, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unnecessaryoverride (dtors) in svl
Change-Id: I6dd35199e15aebf547578642692db2b1983ebd95
üst
7ca8ff7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
test_itempool.cxx
svl/qa/unit/items/test_itempool.cxx
+0
-1
cjkoptions.cxx
svl/source/config/cjkoptions.cxx
+0
-5
No files found.
svl/qa/unit/items/test_itempool.cxx
Dosyayı görüntüle @
70b0b2f9
...
@@ -19,7 +19,6 @@ class PoolItemTest : public CppUnit::TestFixture
...
@@ -19,7 +19,6 @@ class PoolItemTest : public CppUnit::TestFixture
{
{
public
:
public
:
PoolItemTest
()
{}
PoolItemTest
()
{}
virtual
~
PoolItemTest
()
override
{}
void
testPool
();
void
testPool
();
...
...
svl/source/config/cjkoptions.cxx
Dosyayı görüntüle @
70b0b2f9
...
@@ -62,7 +62,6 @@ class SvtCJKOptions_Impl : public utl::ConfigItem
...
@@ -62,7 +62,6 @@ class SvtCJKOptions_Impl : public utl::ConfigItem
public
:
public
:
SvtCJKOptions_Impl
();
SvtCJKOptions_Impl
();
virtual
~
SvtCJKOptions_Impl
()
override
;
virtual
void
Notify
(
const
css
::
uno
::
Sequence
<
OUString
>&
rPropertyNames
)
override
;
virtual
void
Notify
(
const
css
::
uno
::
Sequence
<
OUString
>&
rPropertyNames
)
override
;
void
Load
();
void
Load
();
...
@@ -114,10 +113,6 @@ SvtCJKOptions_Impl::SvtCJKOptions_Impl() :
...
@@ -114,10 +113,6 @@ SvtCJKOptions_Impl::SvtCJKOptions_Impl() :
{
{
}
}
SvtCJKOptions_Impl
::~
SvtCJKOptions_Impl
()
{
}
void
SvtCJKOptions_Impl
::
SetAll
(
bool
bSet
)
void
SvtCJKOptions_Impl
::
SetAll
(
bool
bSet
)
{
{
if
(
if
(
...
...
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