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
f1373539
Kaydet (Commit)
f1373539
authored
Ara 16, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppuhelper: Use appropriate OUString functions on string constants
Change-Id: I52a38a07982801087903817ec5b65e992a1d58d1
üst
a1a8654c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
component.cxx
cppuhelper/source/component.cxx
+1
-2
implbase.cxx
cppuhelper/source/implbase.cxx
+2
-4
No files found.
cppuhelper/source/component.cxx
Dosyayı görüntüle @
f1373539
...
@@ -197,8 +197,7 @@ void OComponentHelper::dispose()
...
@@ -197,8 +197,7 @@ void OComponentHelper::dispose()
catch
(
Exception
&
exc
)
catch
(
Exception
&
exc
)
{
{
throw
RuntimeException
(
throw
RuntimeException
(
OUString
(
"unexpected UNO exception caught: "
)
+
"unexpected UNO exception caught: "
+
exc
.
Message
);
exc
.
Message
);
}
}
}
}
else
else
...
...
cppuhelper/source/implbase.cxx
Dosyayı görüntüle @
f1373539
...
@@ -128,8 +128,7 @@ void WeakComponentImplHelperBase::dispose()
...
@@ -128,8 +128,7 @@ void WeakComponentImplHelperBase::dispose()
catch
(
Exception
&
exc
)
catch
(
Exception
&
exc
)
{
{
throw
RuntimeException
(
throw
RuntimeException
(
OUString
(
"unexpected UNO exception caught: "
)
+
"unexpected UNO exception caught: "
+
exc
.
Message
);
exc
.
Message
);
}
}
}
}
}
}
...
@@ -261,8 +260,7 @@ void WeakAggComponentImplHelperBase::dispose()
...
@@ -261,8 +260,7 @@ void WeakAggComponentImplHelperBase::dispose()
catch
(
Exception
&
exc
)
catch
(
Exception
&
exc
)
{
{
throw
RuntimeException
(
throw
RuntimeException
(
OUString
(
"unexpected UNO exception caught: "
)
+
"unexpected UNO exception caught: "
+
exc
.
Message
);
exc
.
Message
);
}
}
}
}
}
}
...
...
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