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
343397c3
Kaydet (Commit)
343397c3
authored
Nis 27, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More loplugin:simplifybool
Change-Id: Ifa8a855fc870a55fda8d801c22c15b0bc441fbe6
üst
c82515eb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
opengrf.cxx
sfx2/source/appl/opengrf.cxx
+1
-1
mailmodel.cxx
sfx2/source/dialog/mailmodel.cxx
+1
-1
SfxDocumentMetaData.cxx
sfx2/source/doc/SfxDocumentMetaData.cxx
+1
-1
No files found.
sfx2/source/appl/opengrf.cxx
Dosyayı görüntüle @
343397c3
...
@@ -111,7 +111,7 @@ short SvxOpenGraphicDialog::Execute()
...
@@ -111,7 +111,7 @@ short SvxOpenGraphicDialog::Execute()
sal_uInt16
nImpRet
;
sal_uInt16
nImpRet
;
bool
bQuitLoop
(
false
);
bool
bQuitLoop
(
false
);
while
(
bQuitLoop
==
false
&&
while
(
!
bQuitLoop
&&
mpImpl
->
aFileDlg
.
Execute
()
==
ERRCODE_NONE
)
mpImpl
->
aFileDlg
.
Execute
()
==
ERRCODE_NONE
)
{
{
if
(
!
GetPath
().
isEmpty
()
)
if
(
!
GetPath
().
isEmpty
()
)
...
...
sfx2/source/dialog/mailmodel.cxx
Dosyayı görüntüle @
343397c3
...
@@ -851,7 +851,7 @@ SfxMailModel::SendMailResult SfxMailModel::Send( const css::uno::Reference< css:
...
@@ -851,7 +851,7 @@ SfxMailModel::SendMailResult SfxMailModel::Send( const css::uno::Reference< css:
{
{
}
}
if
(
bSend
==
false
)
if
(
!
bSend
)
{
{
css
::
uno
::
Reference
<
css
::
awt
::
XWindow
>
xParentWindow
=
xFrame
->
getContainerWindow
();
css
::
uno
::
Reference
<
css
::
awt
::
XWindow
>
xParentWindow
=
xFrame
->
getContainerWindow
();
...
...
sfx2/source/doc/SfxDocumentMetaData.cxx
Dosyayı görüntüle @
343397c3
...
@@ -2171,7 +2171,7 @@ sal_Bool SAL_CALL SfxDocumentMetaData::isModified( )
...
@@ -2171,7 +2171,7 @@ sal_Bool SAL_CALL SfxDocumentMetaData::isModified( )
checkInit
();
checkInit
();
css
::
uno
::
Reference
<
css
::
util
::
XModifiable
>
xMB
(
m_xUserDefined
,
css
::
uno
::
Reference
<
css
::
util
::
XModifiable
>
xMB
(
m_xUserDefined
,
css
::
uno
::
UNO_QUERY
);
css
::
uno
::
UNO_QUERY
);
return
m_isModified
||
(
xMB
.
is
()
?
xMB
->
isModified
()
:
false
);
return
m_isModified
||
(
xMB
.
is
()
&&
xMB
->
isModified
()
);
}
}
void
SAL_CALL
SfxDocumentMetaData
::
setModified
(
sal_Bool
bModified
)
void
SAL_CALL
SfxDocumentMetaData
::
setModified
(
sal_Bool
bModified
)
...
...
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