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
3607b14a
Kaydet (Commit)
3607b14a
authored
Ara 18, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unoxml: Use appropriate OUString functions on string constants
Change-Id: I6be6717b1714e2f7115ec8e27c5026a439bf1b05
üst
994cc6c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
element.cxx
unoxml/source/dom/element.cxx
+1
-1
CURI.cxx
unoxml/source/rdf/CURI.cxx
+1
-1
No files found.
unoxml/source/dom/element.cxx
Dosyayı görüntüle @
3607b14a
...
@@ -65,7 +65,7 @@ namespace DOM
...
@@ -65,7 +65,7 @@ namespace DOM
strlen
(
reinterpret_cast
<
const
char
*>
(
pPrefix
)),
strlen
(
reinterpret_cast
<
const
char
*>
(
pPrefix
)),
RTL_TEXTENCODING_UTF8
);
RTL_TEXTENCODING_UTF8
);
OUString
name
=
(
prefix
.
isEmpty
())
OUString
name
=
(
prefix
.
isEmpty
())
?
OUString
(
"xmlns"
)
:
OUString
(
"xmlns:"
)
+
prefix
;
?
OUString
(
"xmlns"
)
:
"xmlns:"
+
prefix
;
const
xmlChar
*
pHref
=
pNs
->
href
;
const
xmlChar
*
pHref
=
pNs
->
href
;
OUString
val
(
reinterpret_cast
<
const
sal_Char
*>
(
pHref
),
OUString
val
(
reinterpret_cast
<
const
sal_Char
*>
(
pHref
),
strlen
(
reinterpret_cast
<
const
char
*>
(
pHref
)),
strlen
(
reinterpret_cast
<
const
char
*>
(
pHref
)),
...
...
unoxml/source/rdf/CURI.cxx
Dosyayı görüntüle @
3607b14a
...
@@ -746,7 +746,7 @@ void SAL_CALL CURI::initialize(const css::uno::Sequence< css::uno::Any > & aArgu
...
@@ -746,7 +746,7 @@ void SAL_CALL CURI::initialize(const css::uno::Sequence< css::uno::Any > & aArgu
}
}
// just append the parameters and then split them again; seems simplest
// just append the parameters and then split them again; seems simplest
arg0
=
arg0
+
arg1
;
arg0
=
arg0
+
arg1
;
arg1
=
""
;
arg1
.
clear
()
;
}
}
// split parameter
// split parameter
...
...
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