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
20f9bf58
Kaydet (Commit)
20f9bf58
authored
Nis 28, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:salunicodeliteral: cui
Change-Id: I06e94b663402b65b7487b314cc71217e43f2de4e
üst
49300975
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
optaboutconfig.cxx
cui/source/options/optaboutconfig.cxx
+1
-1
optgenrl.cxx
cui/source/options/optgenrl.cxx
+1
-1
numpages.cxx
cui/source/tabpages/numpages.cxx
+2
-2
No files found.
cui/source/options/optaboutconfig.cxx
Dosyayı görüntüle @
20f9bf58
...
...
@@ -531,7 +531,7 @@ std::vector< OUString > CuiAboutConfigTabPage::commaStringToSequence( const OUSt
sal_Int32
index
=
0
;
do
{
OUString
word
=
rCommaSepString
.
getToken
(
0
,
static_cast
<
sal_Unicode
>
(
','
)
,
index
);
OUString
word
=
rCommaSepString
.
getToken
(
0
,
u','
,
index
);
word
=
word
.
trim
();
if
(
!
word
.
isEmpty
())
tempVector
.
push_back
(
word
);
...
...
cui/source/options/optgenrl.cxx
Dosyayı görüntüle @
20f9bf58
...
...
@@ -360,7 +360,7 @@ IMPL_LINK( SvxGeneralTabPage, ModifyHdl_Impl, Edit&, rEdit, void )
sShortName
+=
" "
;
OUString
sName
=
rEdit
.
GetText
();
OUString
sLetter
=
sName
.
isEmpty
()
?
OUString
(
sal_Unicode
(
' '
)
)
:
sName
.
copy
(
0
,
1
);
?
OUString
(
u' '
)
:
sName
.
copy
(
0
,
1
);
rShortName
.
pEdit
->
SetText
(
sShortName
.
replaceAt
(
nField
,
1
,
sLetter
).
trim
());
}
}
...
...
cui/source/tabpages/numpages.cxx
Dosyayı görüntüle @
20f9bf58
...
...
@@ -100,8 +100,8 @@ using namespace css::style;
#define MAX_BMP_WIDTH 16
#define MAX_BMP_HEIGHT 16
#define SEARCHPATH_DELIMITER
((sal_Unicode)';')
#define SEARCHFILENAME_DELIMITER
((sal_Unicode)'/')
#define SEARCHPATH_DELIMITER
u';'
#define SEARCHFILENAME_DELIMITER
u'/'
static
bool
bLastRelative
=
false
;
...
...
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