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
18ae3de8
Kaydet (Commit)
18ae3de8
authored
Şub 26, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
std::exception fixup for --enable-gnome-vfs
Change-Id: Ia0a903a38f8ae2897d0d9d6159597f720bbc24a5
üst
eb4187ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gvfs_content.cxx
ucb/source/ucp/gvfs/gvfs_content.cxx
+2
-2
No files found.
ucb/source/ucp/gvfs/gvfs_content.cxx
Dosyayı görüntüle @
18ae3de8
...
...
@@ -163,7 +163,7 @@ void SAL_CALL Content::release()
ContentImplHelper
::
release
();
}
uno
::
Any
SAL_CALL
Content
::
queryInterface
(
const
uno
::
Type
&
rType
)
throw
(
uno
::
RuntimeException
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
// Note: isFolder may require network activities! So call it only
// if it is really necessary!!!
...
...
@@ -183,7 +183,7 @@ uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType )
XTYPEPROVIDER_COMMON_IMPL
(
Content
);
uno
::
Sequence
<
uno
::
Type
>
SAL_CALL
Content
::
getTypes
()
throw
(
uno
::
RuntimeException
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
static
cppu
::
OTypeCollection
*
pFolderCollection
=
NULL
;
static
cppu
::
OTypeCollection
*
pFileCollection
=
NULL
;
...
...
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