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
44848147
Kaydet (Commit)
44848147
authored
Ock 18, 2017
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
don't need to use the va_args version
Change-Id: I56e4a6817edac93dee9866b9ae009f0651a29b56
üst
f879b301
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
viewtab.cxx
sw/source/uibase/uiview/viewtab.cxx
+1
-3
No files found.
sw/source/uibase/uiview/viewtab.cxx
Dosyayı görüntüle @
44848147
...
@@ -1521,9 +1521,7 @@ void SwView::StateTabWin(SfxItemSet& rSet)
...
@@ -1521,9 +1521,7 @@ void SwView::StateTabWin(SfxItemSet& rSet)
aDistLR
.
SetRight
(
rBox
.
GetDistance
(
SvxBoxItemLine
::
RIGHT
));
aDistLR
.
SetRight
(
rBox
.
GetDistance
(
SvxBoxItemLine
::
RIGHT
));
//add the paragraph border distance
//add the paragraph border distance
SfxItemSet
aCoreSet1
(
GetPool
(),
SfxItemSet
aCoreSet1
(
GetPool
(),
RES_BOX
,
RES_BOX
);
RES_BOX
,
RES_BOX
,
0
);
rSh
.
GetCurAttr
(
aCoreSet1
);
rSh
.
GetCurAttr
(
aCoreSet1
);
const
SvxBoxItem
&
rParaBox
=
static_cast
<
const
SvxBoxItem
&>
(
aCoreSet1
.
Get
(
RES_BOX
));
const
SvxBoxItem
&
rParaBox
=
static_cast
<
const
SvxBoxItem
&>
(
aCoreSet1
.
Get
(
RES_BOX
));
aDistLR
.
SetLeft
(
aDistLR
.
GetLeft
()
+
rParaBox
.
GetDistance
(
SvxBoxItemLine
::
LEFT
));
aDistLR
.
SetLeft
(
aDistLR
.
GetLeft
()
+
rParaBox
.
GetDistance
(
SvxBoxItemLine
::
LEFT
));
...
...
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