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
5620f5ba
Kaydet (Commit)
5620f5ba
authored
Kas 21, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Related: rhbz#1032774 bodge-around reported NULL value here
Change-Id: I9c4791b8f82cdd6e4823f88f592ad9ce233b6966
üst
5d34cd53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
slideshow.cxx
sd/source/ui/slideshow/slideshow.cxx
+8
-3
No files found.
sd/source/ui/slideshow/slideshow.cxx
Dosyayı görüntüle @
5620f5ba
...
@@ -1235,10 +1235,15 @@ void SlideShow::StartFullscreenPresentation( )
...
@@ -1235,10 +1235,15 @@ void SlideShow::StartFullscreenPresentation( )
// frame view of the current view shell. This avoids that
// frame view of the current view shell. This avoids that
// changes made by the presentation have an effect on the other
// changes made by the presentation have an effect on the other
// view shells.
// view shells.
FrameView
*
pOriginalFrameView
=
mpCurrentViewShellBase
?
mpCurrentViewShellBase
->
GetMainViewShell
()
->
GetFrameView
()
:
0
;
FrameView
*
pOriginalFrameView
=
0
;
if
(
mpCurrentViewShellBase
)
{
::
boost
::
shared_ptr
<
ViewShell
>
xShell
(
mpCurrentViewShellBase
->
GetMainViewShell
());
if
(
xShell
.
get
())
pOriginalFrameView
=
xShell
->
GetFrameView
();
}
if
(
mpFullScreenFrameView
)
delete
mpFullScreenFrameView
;
delete
mpFullScreenFrameView
;
mpFullScreenFrameView
=
new
FrameView
(
mpDoc
,
pOriginalFrameView
);
mpFullScreenFrameView
=
new
FrameView
(
mpDoc
,
pOriginalFrameView
);
// The new frame is created hidden. To make it visible and activate the
// The new frame is created hidden. To make it visible and activate the
...
...
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