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
f486c562
Kaydet (Commit)
f486c562
authored
Nis 29, 2013
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Recent files: aPassword is unused.
Change-Id: I44f032a6b943ad02b0d43e78b4e79275d6d2adfb
üst
a4b1200b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
recentfilesmenucontroller.hxx
framework/inc/uielement/recentfilesmenucontroller.hxx
+0
-1
recentfilesmenucontroller.cxx
framework/source/uielement/recentfilesmenucontroller.cxx
+0
-2
No files found.
framework/inc/uielement/recentfilesmenucontroller.hxx
Dosyayı görüntüle @
f486c562
...
...
@@ -68,7 +68,6 @@ namespace framework
{
OUString
aURL
;
OUString
aTitle
;
OUString
aPassword
;
};
void
fillPopupMenu
(
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
awt
::
XPopupMenu
>&
rPopupMenu
);
...
...
framework/source/uielement/recentfilesmenucontroller.cxx
Dosyayı görüntüle @
f486c562
...
...
@@ -117,8 +117,6 @@ void RecentFilesMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >
a
>>=
aRecentFile
.
aURL
;
else
if
(
rPickListEntry
[
j
].
Name
==
HISTORY_PROPERTYNAME_TITLE
)
a
>>=
aRecentFile
.
aTitle
;
else
if
(
rPickListEntry
[
j
].
Name
==
HISTORY_PROPERTYNAME_PASSWORD
)
a
>>=
aRecentFile
.
aPassword
;
}
m_aRecentFilesItems
.
push_back
(
aRecentFile
);
...
...
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