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
37c35bc2
Kaydet (Commit)
37c35bc2
authored
Ock 13, 2016
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: -Werror=unused-but-set-variable
Change-Id: Iec8f2715a526d69332e771b99058fa1b321dbc57
üst
e17855d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
ww8par2.cxx
sw/source/filter/ww8/ww8par2.cxx
+0
-5
No files found.
sw/source/filter/ww8/ww8par2.cxx
Dosyayı görüntüle @
37c35bc2
...
@@ -3257,9 +3257,6 @@ void WW8TabDesc::UpdateTableMergeGroup( WW8_TCell& rCell,
...
@@ -3257,9 +3257,6 @@ void WW8TabDesc::UpdateTableMergeGroup( WW8_TCell& rCell,
SwTableBox
*
pActBox
,
SwTableBox
*
pActBox
,
sal_uInt16
nCol
)
sal_uInt16
nCol
)
{
{
// set default for return
SwTableBox
*
pResult
=
nullptr
;
// check if the box has to be merged
// check if the box has to be merged
// If cell is the first one to be merged, a new merge group has to be provided.
// If cell is the first one to be merged, a new merge group has to be provided.
// E.g., it could be that a cell is the first one to be merged, but no
// E.g., it could be that a cell is the first one to be merged, but no
...
@@ -3286,8 +3283,6 @@ void WW8TabDesc::UpdateTableMergeGroup( WW8_TCell& rCell,
...
@@ -3286,8 +3283,6 @@ void WW8TabDesc::UpdateTableMergeGroup( WW8_TCell& rCell,
{
{
// add current box to merge group
// add current box to merge group
pTheMergeGroup
->
push_back
(
pActBox
);
pTheMergeGroup
->
push_back
(
pActBox
);
// return target box
pResult
=
(
*
pTheMergeGroup
)[
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