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
a57a1494
Kaydet (Commit)
a57a1494
authored
Nis 15, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:staticmethods
Change-Id: I737ef2580e04cc5246322e49a75ea0b754ecfdf5
üst
a880ec81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bibload.cxx
extensions/source/bibliography/bibload.cxx
+2
-2
No files found.
extensions/source/bibliography/bibload.cxx
Dosyayı görüntüle @
a57a1494
...
...
@@ -253,7 +253,7 @@ void BibliographyLoader::loadView(const Reference< XFrame > & rFrame, const OUSt
if
(
!
m_pBibMod
)
m_pBibMod
=
OpenBibModul
();
m_pDatMan
=
(
*
m_pBibMod
)
->
createDataManager
();
m_pDatMan
=
BibModul
::
createDataManager
();
m_xDatMan
=
m_pDatMan
;
BibDBDescriptor
aBibDesc
=
BibModul
::
GetConfig
()
->
GetBibliographyURL
();
...
...
@@ -332,7 +332,7 @@ BibDataManager* BibliographyLoader::GetDataManager()const
{
if
(
!
m_pBibMod
)
const_cast
<
BibliographyLoader
*
>
(
this
)
->
m_pBibMod
=
OpenBibModul
();
const_cast
<
BibliographyLoader
*
>
(
this
)
->
m_pDatMan
=
(
*
m_pBibMod
)
->
createDataManager
();
const_cast
<
BibliographyLoader
*
>
(
this
)
->
m_pDatMan
=
BibModul
::
createDataManager
();
const_cast
<
BibliographyLoader
*
>
(
this
)
->
m_xDatMan
=
m_pDatMan
;
}
return
m_pDatMan
;
...
...
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