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
9abd09f0
Kaydet (Commit)
9abd09f0
authored
Kas 26, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-const-variable
Change-Id: I25fa3ea9e0101de7b17c17ef44da6d7b26a46017
üst
2ead27dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
emfplus.cxx
cppcanvas/source/mtfrenderer/emfplus.cxx
+2
-4
No files found.
cppcanvas/source/mtfrenderer/emfplus.cxx
Dosyayı görüntüle @
9abd09f0
...
@@ -105,10 +105,8 @@ const sal_uInt32 EmfPlusCustomLineCapDataTypeAdjustableArrow = 0x00000001;
...
@@ -105,10 +105,8 @@ const sal_uInt32 EmfPlusCustomLineCapDataTypeAdjustableArrow = 0x00000001;
const
sal_uInt32
EmfPlusCustomLineCapDataFillPath
=
0x00000001
;
const
sal_uInt32
EmfPlusCustomLineCapDataFillPath
=
0x00000001
;
const
sal_uInt32
EmfPlusCustomLineCapDataLinePath
=
0x00000002
;
const
sal_uInt32
EmfPlusCustomLineCapDataLinePath
=
0x00000002
;
const
sal_uInt32
EmfPlusLineCapTypeFlat
=
0x00000000
;
const
sal_uInt32
EmfPlusLineCapTypeSquare
=
0x00000001
;
const
sal_uInt32
EmfPlusLineCapTypeSquare
=
0x00000001
;
const
sal_uInt32
EmfPlusLineCapTypeRound
=
0x00000002
;
const
sal_uInt32
EmfPlusLineCapTypeRound
=
0x00000002
;
const
sal_uInt32
EmfPlusLineCapTypeTriangle
=
0x00000003
;
const
sal_uInt32
EmfPlusLineJoinTypeMiter
=
0x00000000
;
const
sal_uInt32
EmfPlusLineJoinTypeMiter
=
0x00000000
;
const
sal_uInt32
EmfPlusLineJoinTypeBevel
=
0x00000001
;
const
sal_uInt32
EmfPlusLineJoinTypeBevel
=
0x00000001
;
...
@@ -615,8 +613,8 @@ namespace cppcanvas
...
@@ -615,8 +613,8 @@ namespace cppcanvas
case
EmfPlusLineCapTypeRound
:
return
rendering
::
PathCapType
::
ROUND
;
case
EmfPlusLineCapTypeRound
:
return
rendering
::
PathCapType
::
ROUND
;
}
}
// we have no mapping for EmfPlusLineCapTypeTriangle
, so return
// we have no mapping for EmfPlusLineCapTypeTriangle
= 0x00000003,
// BUTT always
//
so return
BUTT always
return
rendering
::
PathCapType
::
BUTT
;
return
rendering
::
PathCapType
::
BUTT
;
}
}
...
...
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