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
34792b8e
Kaydet (Commit)
34792b8e
authored
Agu 20, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert svtools/source/contnr/contentenumation.hxx from String to OUString
Change-Id: I1cdf67cd31ae65543bd27ce5cfc195daf12d0fc2
üst
edffe404
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
contentenumeration.cxx
svtools/source/contnr/contentenumeration.cxx
+1
-1
contentenumeration.hxx
svtools/source/contnr/contentenumeration.hxx
+2
-2
No files found.
svtools/source/contnr/contentenumeration.cxx
Dosyayı görüntüle @
34792b8e
...
...
@@ -132,7 +132,7 @@ namespace svt
m_aFolder
=
_rFolder
;
m_pResultHandler
=
_pResultHandler
;
OSL_ENSURE
(
m_aFolder
.
aContent
.
get
().
is
()
||
m_aFolder
.
sURL
.
Len
(),
OSL_ENSURE
(
m_aFolder
.
aContent
.
get
().
is
()
||
!
m_aFolder
.
sURL
.
isEmpty
(),
"FileViewContentEnumerator::enumerateFolderContent: invalid folder descriptor!"
);
launch
();
...
...
svtools/source/contnr/contentenumeration.hxx
Dosyayı görüntüle @
34792b8e
...
...
@@ -148,7 +148,7 @@ namespace svt
::
ucbhelper
::
Content
aContent
;
/** the URL of a folder. Will be ignored if <member>aContent</member> is not <NULL/>.
*/
String
sURL
;
OU
String
sURL
;
FolderDescriptor
()
{
}
...
...
@@ -157,7 +157,7 @@ namespace svt
{
}
FolderDescriptor
(
const
String
&
_rURL
)
FolderDescriptor
(
const
OU
String
&
_rURL
)
:
sURL
(
_rURL
)
{
}
...
...
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