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
86a5053d
Kaydet (Commit)
86a5053d
authored
Ock 15, 2014
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bah
Change-Id: I0fd33c8ee1791714ee9b42f50cabbdc51ebe4440
üst
723863ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ZipPackage.hxx
package/inc/ZipPackage.hxx
+2
-2
ZipPackage.cxx
package/source/zippackage/ZipPackage.cxx
+2
-2
No files found.
package/inc/ZipPackage.hxx
Dosyayı görüntüle @
86a5053d
...
...
@@ -147,9 +147,9 @@ public:
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
container
::
XEnumeration
>
SAL_CALL
createEnumeration
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// XElementType
virtual
::
com
::
sun
::
star
::
uno
::
Type
getElementType
()
virtual
::
com
::
sun
::
star
::
uno
::
Type
SAL_CALL
getElementType
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
sal_Bool
hasElements
()
virtual
sal_Bool
SAL_CALL
hasElements
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// XHierarchicalNameAccess
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getByHierarchicalName
(
const
OUString
&
aName
)
...
...
package/source/zippackage/ZipPackage.cxx
Dosyayı görüntüle @
86a5053d
...
...
@@ -786,7 +786,7 @@ void SAL_CALL ZipPackage::initialize( const uno::Sequence< Any >& aArguments )
return
m_pRootFolder
->
createEnumeration
();
}
::
com
::
sun
::
star
::
uno
::
Type
ZipPackage
::
getElementType
()
::
com
::
sun
::
star
::
uno
::
Type
SAL_CALL
ZipPackage
::
getElementType
()
throw
(
RuntimeException
)
{
assert
(
m_pRootFolder
);
...
...
@@ -794,7 +794,7 @@ void SAL_CALL ZipPackage::initialize( const uno::Sequence< Any >& aArguments )
return
m_pRootFolder
->
getElementType
();
}
sal_Bool
ZipPackage
::
hasElements
()
sal_Bool
SAL_CALL
ZipPackage
::
hasElements
()
throw
(
RuntimeException
)
{
assert
(
m_pRootFolder
);
...
...
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