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
f3e10529
Kaydet (Commit)
f3e10529
authored
Eki 20, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Attempt workaround for possible bug in Apple's LLVM g++ 4.2.1
üst
21352f88
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
contenthelper.cxx
ucbhelper/source/provider/contenthelper.cxx
+11
-0
No files found.
ucbhelper/source/provider/contenthelper.cxx
Dosyayı görüntüle @
f3e10529
...
...
@@ -795,7 +795,18 @@ uno::Reference< uno::XInterface > SAL_CALL ContentImplHelper::getParent()
}
}
#if defined(__llvm__) && __GNUC__ == 4 && __GNUC_MINOR__ == 2
// No idea if this works... but it compiles, links, and just
// "return xParent" causes an undefined symbol:
// uno::Reference<uno::XInterface>::operator uno::Reference<uno::XInterface> const&() const
// (com::sun::star:: omitted for brevity)
return
uno
::
Reference
<
uno
::
XInterface
>
(
xParent
);
#else
return
xParent
;
#endif
}
//=========================================================================
...
...
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