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
241f1a1a
Kaydet (Commit)
241f1a1a
authored
Şub 28, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
editeng: sal_Bool->bool
Change-Id: I0aa375d35c796cfa1929f9c0e735eaaa05561ee4
üst
0786a723
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
xmlcnitm.cxx
editeng/source/items/xmlcnitm.cxx
+2
-2
xmlcnitm.hxx
include/editeng/xmlcnitm.hxx
+2
-2
No files found.
editeng/source/items/xmlcnitm.cxx
Dosyayı görüntüle @
241f1a1a
...
...
@@ -170,13 +170,13 @@ bool SvXMLAttrContainerItem::PutValue( const com::sun::star::uno::Any& rVal, sal
}
sal_B
ool
SvXMLAttrContainerItem
::
AddAttr
(
const
OUString
&
rLName
,
b
ool
SvXMLAttrContainerItem
::
AddAttr
(
const
OUString
&
rLName
,
const
OUString
&
rValue
)
{
return
pImpl
->
AddAttr
(
rLName
,
rValue
);
}
sal_B
ool
SvXMLAttrContainerItem
::
AddAttr
(
const
OUString
&
rPrefix
,
b
ool
SvXMLAttrContainerItem
::
AddAttr
(
const
OUString
&
rPrefix
,
const
OUString
&
rNamespace
,
const
OUString
&
rLName
,
const
OUString
&
rValue
)
{
...
...
include/editeng/xmlcnitm.hxx
Dosyayı görüntüle @
241f1a1a
...
...
@@ -59,9 +59,9 @@ public:
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
=
0
)
const
{
return
new
SvXMLAttrContainerItem
(
*
this
);
}
sal_B
ool
AddAttr
(
const
OUString
&
rLName
,
b
ool
AddAttr
(
const
OUString
&
rLName
,
const
OUString
&
rValue
);
sal_B
ool
AddAttr
(
const
OUString
&
rPrefix
,
b
ool
AddAttr
(
const
OUString
&
rPrefix
,
const
OUString
&
rNamespace
,
const
OUString
&
rLName
,
const
OUString
&
rValue
);
...
...
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