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
5a3722b2
Kaydet (Commit)
5a3722b2
authored
Şub 01, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:stringconstant
Change-Id: Ic22b9c0c245cca23770a05518534a666e00f9f3e
üst
6f08c430
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
uno2cpp.cxx
bridges/source/cpp_uno/gcc3_macosx_x86-64/uno2cpp.cxx
+1
-1
macbackend.mm
shell/source/backends/macbe/macbackend.mm
+1
-2
No files found.
bridges/source/cpp_uno/gcc3_macosx_x86-64/uno2cpp.cxx
Dosyayı görüntüle @
5a3722b2
...
...
@@ -427,7 +427,7 @@ void unoInterfaceProxyDispatch(
default
:
{
::
com
::
sun
::
star
::
uno
::
RuntimeException
aExc
(
OUString
(
"illegal member type description!"
)
,
"illegal member type description!"
,
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
()
);
Type
const
&
rExcType
=
cppu
::
UnoType
<
decltype
(
aExc
)
>::
get
();
...
...
shell/source/backends/macbe/macbackend.mm
Dosyayı görüntüle @
5a3722b2
...
...
@@ -195,8 +195,7 @@ void MacOSXBackend::setPropertyValue(
rtl::OUString const &, css::uno::Any const &)
{
throw css::lang::IllegalArgumentException(
rtl::OUString(
"setPropertyValue not supported"),
"setPropertyValue not supported",
static_cast< cppu::OWeakObject * >(this), -1);
}
...
...
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