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
1d54b936
Kaydet (Commit)
1d54b936
authored
May 12, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Silence -Werror,-Wimplicit-fallthrough under NDEBUG
Change-Id: If2fc8dd5a3b2dab2f1b3654dbdb42e112ff64347
üst
2f353af2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
output2.cxx
sc/source/ui/view/output2.cxx
+4
-4
No files found.
sc/source/ui/view/output2.cxx
Dosyayı görüntüle @
1d54b936
...
...
@@ -67,6 +67,7 @@
#include <com/sun/star/i18n/DirectionProperty.hpp>
#include <comphelper/string.hxx>
#include <cstdlib>
#include <memory>
#include <vector>
...
...
@@ -2631,10 +2632,6 @@ void ScOutputData::DrawEditParam::setAlignmentToEngine()
if
(
meOrient
==
SVX_ORIENTATION_STANDARD
)
switch
(
meHorJustResult
)
{
case
SVX_HOR_JUSTIFY_REPEAT
:
// repeat is not yet implemented
case
SVX_HOR_JUSTIFY_STANDARD
:
assert
(
!
"meHorJustResult does not match getAlignmentFromContext()"
);
// fallthru
case
SVX_HOR_JUSTIFY_LEFT
:
eSvxAdjust
=
SVX_ADJUST_LEFT
;
break
;
...
...
@@ -2647,6 +2644,9 @@ void ScOutputData::DrawEditParam::setAlignmentToEngine()
case
SVX_HOR_JUSTIFY_BLOCK
:
eSvxAdjust
=
SVX_ADJUST_BLOCK
;
break
;
case
SVX_HOR_JUSTIFY_REPEAT
:
// repeat is not yet implemented
case
SVX_HOR_JUSTIFY_STANDARD
:
for
(;;)
std
::
abort
();
// meHorJustResult does not match getAlignmentFromContext()
}
else
switch
(
meVerJust
)
...
...
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