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
bb7f52e9
Kaydet (Commit)
bb7f52e9
authored
Haz 29, 2012
tarafından
Ivan Timofeev
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#51543: fix incomplete slide number info in status bar
Change-Id: I73cdd236a9e167fb812b0e2c0922df5bd3e2537b
üst
c064aad6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drviewsa.cxx
sd/source/ui/view/drviewsa.cxx
+2
-2
No files found.
sd/source/ui/view/drviewsa.cxx
Dosyayı görüntüle @
bb7f52e9
...
@@ -748,9 +748,9 @@ void DrawViewShell::GetStatusBarState(SfxItemSet& rSet)
...
@@ -748,9 +748,9 @@ void DrawViewShell::GetStatusBarState(SfxItemSet& rSet)
// Allways show the slide/page number.
// Allways show the slide/page number.
OUString
aOUString
=
SD_RESSTR
(
STR_SD_PAGE
);
OUString
aOUString
=
SD_RESSTR
(
STR_SD_PAGE
);
aOUString
+=
" "
;
aOUString
+=
" "
;
aOUString
+=
OUString
::
valueOf
(
maTabControl
.
GetCurPageId
(
)
);
aOUString
+=
OUString
::
valueOf
(
sal_Int32
(
maTabControl
.
GetCurPageId
()
)
);
aOUString
+=
" / "
;
aOUString
+=
" / "
;
aOUString
+=
OUString
::
valueOf
(
GetDoc
()
->
GetSdPageCount
(
mePageKind
)
);
aOUString
+=
OUString
::
valueOf
(
sal_Int32
(
GetDoc
()
->
GetSdPageCount
(
mePageKind
)
)
);
// If in layer mode additionally show the layer that contains all
// If in layer mode additionally show the layer that contains all
// selected shapes of the page. If the shapes are distributed on
// selected shapes of the page. If the shapes are distributed on
...
...
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