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
ae197be5
Kaydet (Commit)
ae197be5
authored
Agu 31, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
I'll agree with the comment, and remove this line.
Change-Id: Ieff30d8df8128488910b75603d2499102b529c3b
üst
2aebeb74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
frmload.cxx
sfx2/source/view/frmload.cxx
+0
-6
No files found.
sfx2/source/view/frmload.cxx
Dosyayı görüntüle @
ae197be5
...
@@ -525,12 +525,6 @@ sal_Bool SAL_CALL SfxFrameLoader_Impl::load( const Sequence< PropertyValue >& rA
...
@@ -525,12 +525,6 @@ sal_Bool SAL_CALL SfxFrameLoader_Impl::load( const Sequence< PropertyValue >& rA
if
(
!
aDescriptor
.
has
(
"Referer"
)
)
if
(
!
aDescriptor
.
has
(
"Referer"
)
)
aDescriptor
.
put
(
"Referer"
,
::
rtl
::
OUString
()
);
aDescriptor
.
put
(
"Referer"
,
::
rtl
::
OUString
()
);
// TODO: is this needed? finally, when loading is successfull, then there should be no need for this item,
// as the document can always obtain its frame. In particular, there might be situations where this frame
// is accessed, but already disposed: Imagine the user loading a document, opening a second view on it, and
// then closing the first view/frame.
aDescriptor
.
put
(
"Frame"
,
_rTargetFrame
);
// did the caller already pass a model?
// did the caller already pass a model?
Reference
<
XModel2
>
xModel
=
aDescriptor
.
getOrDefault
(
"Model"
,
Reference
<
XModel2
>
()
);
Reference
<
XModel2
>
xModel
=
aDescriptor
.
getOrDefault
(
"Model"
,
Reference
<
XModel2
>
()
);
const
bool
bExternalModel
=
xModel
.
is
();
const
bool
bExternalModel
=
xModel
.
is
();
...
...
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