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
9e7c54eb
Kaydet (Commit)
9e7c54eb
authored
Haz 26, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:stringconstant: handle OUString+=OUString(literal)
Change-Id: I26212f3d0bb92440e77b86c751c21e34446143d6
üst
5de7df51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
command.cxx
idl/source/prj/command.cxx
+2
-2
No files found.
idl/source/prj/command.cxx
Dosyayı görüntüle @
9e7c54eb
...
@@ -265,7 +265,7 @@ SvCommand::SvCommand( int argc, char ** argv )
...
@@ -265,7 +265,7 @@ SvCommand::SvCommand( int argc, char ** argv )
{
// define include paths
{
// define include paths
OUString
aName
(
aParam
.
copy
(
1
)
);
OUString
aName
(
aParam
.
copy
(
1
)
);
if
(
!
aPath
.
isEmpty
()
)
if
(
!
aPath
.
isEmpty
()
)
aPath
+=
OUString
(
SAL_PATHSEPARATOR
);
aPath
+=
OUString
Literal1
<
SAL_PATHSEPARATOR
>
(
);
aPath
+=
aName
;
aPath
+=
aName
;
}
}
else
if
(
aParam
.
startsWithIgnoreAsciiCase
(
"rsc"
)
)
else
if
(
aParam
.
startsWithIgnoreAsciiCase
(
"rsc"
)
)
...
@@ -304,7 +304,7 @@ SvCommand::SvCommand( int argc, char ** argv )
...
@@ -304,7 +304,7 @@ SvCommand::SvCommand( int argc, char ** argv )
if
(
aInc
.
getLength
()
)
if
(
aInc
.
getLength
()
)
{
{
if
(
!
aPath
.
isEmpty
()
)
if
(
!
aPath
.
isEmpty
()
)
aPath
+=
OUString
(
SAL_PATHSEPARATOR
);
aPath
+=
OUString
Literal1
<
SAL_PATHSEPARATOR
>
(
);
aPath
+=
OStringToOUString
(
aInc
,
RTL_TEXTENCODING_ASCII_US
);
aPath
+=
OStringToOUString
(
aInc
,
RTL_TEXTENCODING_ASCII_US
);
}
}
}
}
...
...
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