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
92caee2e
Kaydet (Commit)
92caee2e
authored
Eyl 28, 2013
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sUpperNewNm is a duplicate(?) of sNewName
Change-Id: I8c45a3d19dd5c54bd35ad1320b8ed4f811f22bff
üst
5f3ec872
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
docfld.cxx
sw/source/core/doc/docfld.cxx
+1
-2
No files found.
sw/source/core/doc/docfld.cxx
Dosyayı görüntüle @
92caee2e
...
@@ -1930,7 +1930,6 @@ void SwDoc::ReplaceUsedDBs( const std::vector<String>& rUsedDBNames,
...
@@ -1930,7 +1930,6 @@ void SwDoc::ReplaceUsedDBs( const std::vector<String>& rUsedDBNames,
sNewName
.
SearchAndReplace
(
DB_DELIM
,
'.'
);
sNewName
.
SearchAndReplace
(
DB_DELIM
,
'.'
);
//the command type is not part of the condition
//the command type is not part of the condition
sNewName
=
sNewName
.
GetToken
(
0
,
DB_DELIM
);
sNewName
=
sNewName
.
GetToken
(
0
,
DB_DELIM
);
String
sUpperNewNm
(
sNewName
);
for
(
sal_uInt16
i
=
0
;
i
<
rUsedDBNames
.
size
();
++
i
)
for
(
sal_uInt16
i
=
0
;
i
<
rUsedDBNames
.
size
();
++
i
)
{
{
...
@@ -1939,7 +1938,7 @@ void SwDoc::ReplaceUsedDBs( const std::vector<String>& rUsedDBNames,
...
@@ -1939,7 +1938,7 @@ void SwDoc::ReplaceUsedDBs( const std::vector<String>& rUsedDBNames,
sDBName
.
SearchAndReplace
(
DB_DELIM
,
'.'
);
sDBName
.
SearchAndReplace
(
DB_DELIM
,
'.'
);
//cut off command type
//cut off command type
sDBName
=
sDBName
.
GetToken
(
0
,
DB_DELIM
);
sDBName
=
sDBName
.
GetToken
(
0
,
DB_DELIM
);
if
(
!
sDBName
.
Equals
(
s
UpperNewNm
))
if
(
!
sDBName
.
Equals
(
s
NewName
))
{
{
sal_Int32
nPos
=
0
;
sal_Int32
nPos
=
0
;
while
((
nPos
=
rFormel
.
indexOf
(
sDBName
,
nPos
))
>=
0
)
while
((
nPos
=
rFormel
.
indexOf
(
sDBName
,
nPos
))
>=
0
)
...
...
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