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
639110d0
Kaydet (Commit)
639110d0
authored
Mar 04, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code SmFontPickList::Contains(Font const&) const
Change-Id: I07e6642bdf0db3b0f297e8ec01b614f880231aa7
üst
ca0e8696
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
utility.hxx
starmath/inc/utility.hxx
+0
-1
utility.cxx
starmath/source/utility.cxx
+0
-8
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
starmath/inc/utility.hxx
Dosyayı görüntüle @
639110d0
...
...
@@ -137,7 +137,6 @@ public:
virtual
void
Remove
(
const
Font
&
rFont
);
void
Clear
();
bool
Contains
(
const
Font
&
rFont
)
const
;
Font
Get
(
sal_uInt16
nPos
=
0
)
const
;
SmFontPickList
&
operator
=
(
const
SmFontPickList
&
rList
);
...
...
starmath/source/utility.cxx
Dosyayı görüntüle @
639110d0
...
...
@@ -75,14 +75,6 @@ Font SmFontPickList::Get(sal_uInt16 nPos) const
return
nPos
<
aFontVec
.
size
()
?
aFontVec
[
nPos
]
:
Font
();
}
bool
SmFontPickList
::
Contains
(
const
Font
&
rFont
)
const
{
return
std
::
find
(
aFontVec
.
begin
(),
aFontVec
.
end
(),
rFont
)
!=
aFontVec
.
end
();
}
bool
SmFontPickList
::
CompareItem
(
const
Font
&
rFirstFont
,
const
Font
&
rSecondFont
)
const
{
return
rFirstFont
.
GetName
()
==
rSecondFont
.
GetName
()
&&
...
...
unusedcode.easy
Dosyayı görüntüle @
639110d0
...
...
@@ -46,7 +46,6 @@ SfxGrabBagItem::SetGrabBag(std::map<rtl::OUString, com::sun::star::uno::Any, std
SfxInt64Item::SetValue(long)
SfxItemPool::GetMasterPool() const
SimpleErrorHandler::SimpleErrorHandler()
SmFontPickList::Contains(Font const&) const
StyleSettings::SetActiveColor2(Color const&)
StyleSettings::SetCursorSize(long)
StyleSettings::SetDeactiveColor2(Color 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