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
7d943c1c
Kaydet (Commit)
7d943c1c
authored
Tem 02, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused MoreButtons apis pieces
Change-Id: I087a45684041b6d816fbd09ebb24f727dd02d8be
üst
fae74472
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
morebtn.hxx
include/vcl/morebtn.hxx
+0
-2
morebtn.cxx
vcl/source/control/morebtn.cxx
+0
-16
No files found.
include/vcl/morebtn.hxx
Dosyayı görüntüle @
7d943c1c
...
...
@@ -73,8 +73,6 @@ public:
void
SetMoreText
(
const
OUString
&
rNewText
);
void
SetLessText
(
const
OUString
&
rNewText
);
OUString
GetMoreText
()
const
;
OUString
GetLessText
()
const
;
};
inline
void
MoreButton
::
SetState
(
sal_Bool
bNewState
)
...
...
vcl/source/control/morebtn.cxx
Dosyayı görüntüle @
7d943c1c
...
...
@@ -206,14 +206,6 @@ void MoreButton::SetMoreText( const OUString& rText )
SetText
(
rText
);
}
OUString
MoreButton
::
GetMoreText
()
const
{
if
(
mpMBData
)
return
mpMBData
->
maMoreText
;
else
return
PushButton
::
GetText
();
}
void
MoreButton
::
SetLessText
(
const
OUString
&
rText
)
{
if
(
mpMBData
)
...
...
@@ -223,12 +215,4 @@ void MoreButton::SetLessText( const OUString& rText )
SetText
(
rText
);
}
OUString
MoreButton
::
GetLessText
()
const
{
if
(
mpMBData
)
return
mpMBData
->
maLessText
;
else
return
PushButton
::
GetText
();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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