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
e964e2c5
Kaydet (Commit)
e964e2c5
authored
Mar 04, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code SvxNumberFormat::Create(SvStream&)
Change-Id: If8cfea11552bf008ab4381ecec50aadf58a98a45
üst
36654b18
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
numitem.cxx
editeng/source/items/numitem.cxx
+0
-5
numitem.hxx
include/editeng/numitem.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
editeng/source/items/numitem.cxx
Dosyayı görüntüle @
e964e2c5
...
@@ -306,11 +306,6 @@ SvStream& SvxNumberFormat::Store(SvStream &rStream, FontToSubsFontConverter pC
...
@@ -306,11 +306,6 @@ SvStream& SvxNumberFormat::Store(SvStream &rStream, FontToSubsFontConverter pC
return
rStream
;
return
rStream
;
}
}
SvxNumberFormat
*
SvxNumberFormat
::
Create
(
SvStream
&
rStream
)
{
return
new
SvxNumberFormat
(
rStream
);
}
SvxNumberFormat
&
SvxNumberFormat
::
operator
=
(
const
SvxNumberFormat
&
rFormat
)
SvxNumberFormat
&
SvxNumberFormat
::
operator
=
(
const
SvxNumberFormat
&
rFormat
)
{
{
if
(
&
rFormat
==
this
)
{
return
*
this
;
}
if
(
&
rFormat
==
this
)
{
return
*
this
;
}
...
...
include/editeng/numitem.hxx
Dosyayı görüntüle @
e964e2c5
...
@@ -162,7 +162,6 @@ public:
...
@@ -162,7 +162,6 @@ public:
virtual
~
SvxNumberFormat
();
virtual
~
SvxNumberFormat
();
SvStream
&
Store
(
SvStream
&
rStream
,
FontToSubsFontConverter
pConverter
);
SvStream
&
Store
(
SvStream
&
rStream
,
FontToSubsFontConverter
pConverter
);
SvxNumberFormat
*
Create
(
SvStream
&
rStream
);
SvxNumberFormat
&
operator
=
(
const
SvxNumberFormat
&
);
SvxNumberFormat
&
operator
=
(
const
SvxNumberFormat
&
);
bool
operator
==
(
const
SvxNumberFormat
&
)
const
;
bool
operator
==
(
const
SvxNumberFormat
&
)
const
;
...
...
unusedcode.easy
Dosyayı görüntüle @
e964e2c5
...
@@ -72,7 +72,6 @@ SvtIconChoiceCtrl::SetEntryTextMode(SvxIconChoiceCtrlTextMode, SvxIconChoiceCtrl
...
@@ -72,7 +72,6 @@ SvtIconChoiceCtrl::SetEntryTextMode(SvxIconChoiceCtrlTextMode, SvxIconChoiceCtrl
SvtListener::IsListening(SvtBroadcaster&) const
SvtListener::IsListening(SvtBroadcaster&) const
SvxDistributePage::GetRanges()
SvxDistributePage::GetRanges()
SvxNumRule::Create(SvStream&)
SvxNumRule::Create(SvStream&)
SvxNumberFormat::Create(SvStream&)
SvxNumberFormatShell::IsAdded_Impl(unsigned long)
SvxNumberFormatShell::IsAdded_Impl(unsigned long)
SwAccessibleField::SwAccessibleField(SwField*, SwAccessibleParagraph*, short)
SwAccessibleField::SwAccessibleField(SwField*, SwAccessibleParagraph*, short)
TextDoc::IsValidPaM(TextPaM const&)
TextDoc::IsValidPaM(TextPaM const&)
...
...
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