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
d1c1cce4
Kaydet (Commit)
d1c1cce4
authored
Eyl 10, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: rhbz#855972 crash on switching to outline view
Change-Id: Ic2675e9d1d8ce6bb67e9c9e4db292f79c4240409
üst
4c9e62c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
fmvwimp.cxx
svx/source/form/fmvwimp.cxx
+3
-1
No files found.
svx/source/form/fmvwimp.cxx
Dosyayı görüntüle @
d1c1cce4
...
@@ -938,8 +938,10 @@ IMPL_LINK(FmXFormView, OnAutoFocus, void*, /*EMPTYTAG*/)
...
@@ -938,8 +938,10 @@ IMPL_LINK(FmXFormView, OnAutoFocus, void*, /*EMPTYTAG*/)
do
do
{
{
SdrPageView
*
pPageView
=
m_pView
?
m_pView
->
GetSdrPageView
()
:
NULL
;
SdrPage
*
pSdrPage
=
pPageView
?
pPageView
->
GetPage
()
:
NULL
;
// get the forms collection of the page we belong to
// get the forms collection of the page we belong to
FmFormPage
*
pPage
=
m_pView
?
PTR_CAST
(
FmFormPage
,
m_pView
->
GetSdrPageView
()
->
GetPage
()
)
:
NULL
;
FmFormPage
*
pPage
=
PTR_CAST
(
FmFormPage
,
pSdrPage
)
;
Reference
<
XIndexAccess
>
xForms
(
pPage
?
Reference
<
XIndexAccess
>
(
pPage
->
GetForms
(),
UNO_QUERY
)
:
Reference
<
XIndexAccess
>
()
);
Reference
<
XIndexAccess
>
xForms
(
pPage
?
Reference
<
XIndexAccess
>
(
pPage
->
GetForms
(),
UNO_QUERY
)
:
Reference
<
XIndexAccess
>
()
);
const
PFormViewPageWindowAdapter
pAdapter
=
m_aPageWindowAdapters
.
empty
()
?
NULL
:
m_aPageWindowAdapters
[
0
];
const
PFormViewPageWindowAdapter
pAdapter
=
m_aPageWindowAdapters
.
empty
()
?
NULL
:
m_aPageWindowAdapters
[
0
];
...
...
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