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
e20d9867
Kaydet (Commit)
e20d9867
authored
Mar 13, 2017
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Werror=maybe-uninitialized on arm toolchain
Change-Id: If728a1da99d9146d60d15b5273a7a89764b82d51
üst
12eee112
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
undlihdl.cxx
xmloff/source/style/undlihdl.cxx
+3
-3
No files found.
xmloff/source/style/undlihdl.cxx
Dosyayı görüntüle @
e20d9867
...
@@ -112,7 +112,7 @@ XMLUnderlineTypePropHdl::~XMLUnderlineTypePropHdl()
...
@@ -112,7 +112,7 @@ XMLUnderlineTypePropHdl::~XMLUnderlineTypePropHdl()
bool
XMLUnderlineTypePropHdl
::
importXML
(
const
OUString
&
rStrImpValue
,
uno
::
Any
&
rValue
,
const
SvXMLUnitConverter
&
)
const
bool
XMLUnderlineTypePropHdl
::
importXML
(
const
OUString
&
rStrImpValue
,
uno
::
Any
&
rValue
,
const
SvXMLUnitConverter
&
)
const
{
{
sal_uInt16
eNewUnderline
;
sal_uInt16
eNewUnderline
(
0
)
;
bool
bRet
=
SvXMLUnitConverter
::
convertEnum
(
bool
bRet
=
SvXMLUnitConverter
::
convertEnum
(
eNewUnderline
,
rStrImpValue
,
pXML_UnderlineType_Enum
);
eNewUnderline
,
rStrImpValue
,
pXML_UnderlineType_Enum
);
if
(
bRet
)
if
(
bRet
)
...
@@ -194,7 +194,7 @@ XMLUnderlineStylePropHdl::~XMLUnderlineStylePropHdl()
...
@@ -194,7 +194,7 @@ XMLUnderlineStylePropHdl::~XMLUnderlineStylePropHdl()
bool
XMLUnderlineStylePropHdl
::
importXML
(
const
OUString
&
rStrImpValue
,
uno
::
Any
&
rValue
,
const
SvXMLUnitConverter
&
)
const
bool
XMLUnderlineStylePropHdl
::
importXML
(
const
OUString
&
rStrImpValue
,
uno
::
Any
&
rValue
,
const
SvXMLUnitConverter
&
)
const
{
{
sal_uInt16
eNewUnderline
;
sal_uInt16
eNewUnderline
(
0
)
;
bool
bRet
=
SvXMLUnitConverter
::
convertEnum
(
bool
bRet
=
SvXMLUnitConverter
::
convertEnum
(
eNewUnderline
,
rStrImpValue
,
pXML_UnderlineStyle_Enum
);
eNewUnderline
,
rStrImpValue
,
pXML_UnderlineStyle_Enum
);
if
(
bRet
)
if
(
bRet
)
...
@@ -284,7 +284,7 @@ XMLUnderlineWidthPropHdl::~XMLUnderlineWidthPropHdl()
...
@@ -284,7 +284,7 @@ XMLUnderlineWidthPropHdl::~XMLUnderlineWidthPropHdl()
bool
XMLUnderlineWidthPropHdl
::
importXML
(
const
OUString
&
rStrImpValue
,
uno
::
Any
&
rValue
,
const
SvXMLUnitConverter
&
)
const
bool
XMLUnderlineWidthPropHdl
::
importXML
(
const
OUString
&
rStrImpValue
,
uno
::
Any
&
rValue
,
const
SvXMLUnitConverter
&
)
const
{
{
sal_uInt16
eNewUnderline
;
sal_uInt16
eNewUnderline
(
0
)
;
bool
bRet
=
SvXMLUnitConverter
::
convertEnum
(
bool
bRet
=
SvXMLUnitConverter
::
convertEnum
(
eNewUnderline
,
rStrImpValue
,
pXML_UnderlineWidth_Enum
);
eNewUnderline
,
rStrImpValue
,
pXML_UnderlineWidth_Enum
);
if
(
bRet
)
if
(
bRet
)
...
...
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