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
b53b5081
Kaydet (Commit)
b53b5081
authored
Eyl 12, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
framework: sal_Bool -> bool
Change-Id: Ie56d3fe674af048d7aea32f141c5825e4c2aa98b
üst
99690d31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
toolboxdocumenthandler.hxx
framework/inc/xml/toolboxdocumenthandler.hxx
+1
-1
toolboxdocumenthandler.cxx
framework/source/fwe/xml/toolboxdocumenthandler.cxx
+2
-2
No files found.
framework/inc/xml/toolboxdocumenthandler.hxx
Dosyayı görüntüle @
b53b5081
...
...
@@ -163,7 +163,7 @@ class FWE_DLLPUBLIC OWriteToolBoxDocumentHandler
protected
:
virtual
void
WriteToolBoxItem
(
const
OUString
&
aCommandURL
,
const
OUString
&
aLabel
,
const
OUString
&
aHelpURL
,
const
OUString
&
aTooltip
,
sal_Int16
nStyle
,
sal_Int16
nWidth
,
sal_B
ool
bVisible
)
throw
sal_Int16
nWidth
,
b
ool
bVisible
)
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
framework/source/fwe/xml/toolboxdocumenthandler.cxx
Dosyayı görüntüle @
b53b5081
...
...
@@ -762,7 +762,7 @@ void OWriteToolBoxDocumentHandler::WriteToolBoxItem(
const
OUString
&
rTooltip
,
sal_Int16
nStyle
,
sal_Int16
nWidth
,
sal_B
ool
bVisible
)
b
ool
bVisible
)
throw
(
SAXException
,
RuntimeException
)
{
::
comphelper
::
AttributeList
*
pList
=
new
::
comphelper
::
AttributeList
;
...
...
@@ -784,7 +784,7 @@ throw ( SAXException, RuntimeException )
rLabel
);
}
if
(
bVisible
==
sal_Fals
e
)
if
(
!
bVisibl
e
)
{
pList
->
AddAttribute
(
m_aXMLToolbarNS
+
OUString
(
ATTRIBUTE_VISIBLE
),
m_aAttributeType
,
...
...
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