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
06b51293
Kaydet (Commit)
06b51293
authored
Haz 13, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:staticcall
Change-Id: I6301c6d01b62540d0a765b78323a46ee3a4965c8
üst
8fe9b36f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fontsizemenucontroller.cxx
framework/source/uielement/fontsizemenucontroller.cxx
+1
-1
recentfilesmenucontroller.cxx
framework/source/uielement/recentfilesmenucontroller.cxx
+1
-1
No files found.
framework/source/uielement/fontsizemenucontroller.cxx
Dosyayı görüntüle @
06b51293
...
...
@@ -175,7 +175,7 @@ void FontSizeMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >& r
if
(
!
aFontSizeNames
.
IsEmpty
()
)
{
if
(
pAry
==
pFontList
->
GetStdSizeAry
()
)
if
(
pAry
==
FontList
::
GetStdSizeAry
()
)
{
// for scalable fonts all font size names
sal_uLong
nCount
=
aFontSizeNames
.
Count
();
...
...
framework/source/uielement/recentfilesmenucontroller.cxx
Dosyayı görüntüle @
06b51293
...
...
@@ -206,7 +206,7 @@ void RecentFilesMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >
else
{
// In all other URLs show the protocol name before the file name
aMenuTitle
=
aURL
.
GetSchemeName
(
aURL
.
GetProtocol
())
+
": "
+
aURL
.
getName
();
aMenuTitle
=
INetURLObject
::
GetSchemeName
(
aURL
.
GetProtocol
())
+
": "
+
aURL
.
getName
();
}
aMenuShortCut
.
append
(
aMenuTitle
);
...
...
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