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
47debe4f
Kaydet (Commit)
47debe4f
authored
Ara 19, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ucb: Use appropriate OUString functions on string constants
Change-Id: I29c99157e9698e4af1d42a5c708cf4ec4753cf34
üst
36398245
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gio_content.cxx
ucb/source/ucp/gio/gio_content.cxx
+2
-2
gio_provider.cxx
ucb/source/ucp/gio/gio_provider.cxx
+1
-1
No files found.
ucb/source/ucp/gio/gio_content.cxx
Dosyayı görüntüle @
47debe4f
...
...
@@ -1146,13 +1146,13 @@ uno::Sequence< ucb::ContentInfo > Content::queryCreatableContentsInfo(
beans
::
PropertyAttribute
::
MAYBEVOID
|
beans
::
PropertyAttribute
::
BOUND
);
// file
seq
[
0
].
Type
=
OUString
(
GIO_FILE_TYPE
)
;
seq
[
0
].
Type
=
GIO_FILE_TYPE
;
seq
[
0
].
Attributes
=
(
ucb
::
ContentInfoAttribute
::
INSERT_WITH_INPUTSTREAM
|
ucb
::
ContentInfoAttribute
::
KIND_DOCUMENT
);
seq
[
0
].
Properties
=
props
;
// folder
seq
[
1
].
Type
=
OUString
(
GIO_FOLDER_TYPE
)
;
seq
[
1
].
Type
=
GIO_FOLDER_TYPE
;
seq
[
1
].
Attributes
=
ucb
::
ContentInfoAttribute
::
KIND_FOLDER
;
seq
[
1
].
Properties
=
props
;
...
...
ucb/source/ucp/gio/gio_provider.cxx
Dosyayı görüntüle @
47debe4f
...
...
@@ -105,7 +105,7 @@ XTYPEPROVIDER_IMPL_3( ContentProvider,
XSERVICEINFO_IMPL_1_CTX
(
ContentProvider
,
OUString
(
"com.sun.star.comp.GIOContentProvider"
),
OUString
(
"com.sun.star.ucb.GIOContentProvider"
)
);
"com.sun.star.ucb.GIOContentProvider"
);
ONE_INSTANCE_SERVICE_FACTORY_IMPL
(
ContentProvider
);
...
...
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