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
259af283
Kaydet (Commit)
259af283
authored
Ock 19, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix Consecutive return, break
Change-Id: I7e7586f430b4c33d4bdc786622fcf3680021d517
üst
55786395
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
lwpmargins.hxx
lotuswordpro/source/filter/lwpmargins.hxx
+0
-4
No files found.
lotuswordpro/source/filter/lwpmargins.hxx
Dosyayı görüntüle @
259af283
...
@@ -101,16 +101,12 @@ inline double LwpMargins::GetMarginsValue(const sal_uInt8& nWhichSide)
...
@@ -101,16 +101,12 @@ inline double LwpMargins::GetMarginsValue(const sal_uInt8& nWhichSide)
{
{
case
MARGIN_LEFT
:
//left
case
MARGIN_LEFT
:
//left
return
LwpTools
::
ConvertFromUnitsToMetric
(
m_nLeft
);
return
LwpTools
::
ConvertFromUnitsToMetric
(
m_nLeft
);
break
;
case
MARGIN_RIGHT
:
//right
case
MARGIN_RIGHT
:
//right
return
LwpTools
::
ConvertFromUnitsToMetric
(
m_nRight
);
return
LwpTools
::
ConvertFromUnitsToMetric
(
m_nRight
);
break
;
case
MARGIN_TOP
:
//top
case
MARGIN_TOP
:
//top
return
LwpTools
::
ConvertFromUnitsToMetric
(
m_nTop
);
return
LwpTools
::
ConvertFromUnitsToMetric
(
m_nTop
);
break
;
case
MARGIN_BOTTOM
:
//bottom
case
MARGIN_BOTTOM
:
//bottom
return
LwpTools
::
ConvertFromUnitsToMetric
(
m_nBottom
);
return
LwpTools
::
ConvertFromUnitsToMetric
(
m_nBottom
);
break
;
}
}
// FIXME: this is needed to avoid warning: control reaches end of non-void function
// FIXME: this is needed to avoid warning: control reaches end of non-void function
// a better solution would be to enum value for the parameter side
// a better solution would be to enum value for the parameter side
...
...
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