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
cead2273
Kaydet (Commit)
cead2273
authored
Ara 06, 2018
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unnecessaryparen
Change-Id: Id951b94240b487f8c8cc3f612906d4b2e0bfd76d
üst
b301dcc7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
HtmlFmtFlt.cxx
vcl/osx/HtmlFmtFlt.cxx
+1
-1
salframe.cxx
vcl/osx/salframe.cxx
+1
-1
No files found.
vcl/osx/HtmlFmtFlt.cxx
Dosyayı görüntüle @
cead2273
...
@@ -149,7 +149,7 @@ Sequence<sal_Int8> HTMLFormatToTextHtml(const Sequence<sal_Int8>& aHTMLFormat)
...
@@ -149,7 +149,7 @@ Sequence<sal_Int8> HTMLFormatToTextHtml(const Sequence<sal_Int8>& aHTMLFormat)
can improve this
can improve this
*/
*/
const
char
HtmlFormatStart
[]
=
"Version:"
;
const
char
HtmlFormatStart
[]
=
"Version:"
;
int
const
HtmlFormatStartLen
=
(
sizeof
(
HtmlFormatStart
)
-
1
)
;
int
const
HtmlFormatStartLen
=
sizeof
(
HtmlFormatStart
)
-
1
;
bool
isHTMLFormat
(
const
Sequence
<
sal_Int8
>&
aHtmlSequence
)
bool
isHTMLFormat
(
const
Sequence
<
sal_Int8
>&
aHtmlSequence
)
{
{
...
...
vcl/osx/salframe.cxx
Dosyayı görüntüle @
cead2273
...
@@ -321,7 +321,7 @@ void AquaSalFrame::SetTitle(const OUString& rTitle)
...
@@ -321,7 +321,7 @@ void AquaSalFrame::SetTitle(const OUString& rTitle)
[
mpNSWindow
setTitle
:
pTitle
];
[
mpNSWindow
setTitle
:
pTitle
];
// create an entry in the dock menu
// create an entry in the dock menu
const
SalFrameStyleFlags
nAppWindowStyle
=
(
SalFrameStyleFlags
::
CLOSEABLE
|
SalFrameStyleFlags
::
MOVEABLE
)
;
const
SalFrameStyleFlags
nAppWindowStyle
=
SalFrameStyleFlags
::
CLOSEABLE
|
SalFrameStyleFlags
::
MOVEABLE
;
if
(
mpParent
==
nullptr
&&
if
(
mpParent
==
nullptr
&&
(
mnStyle
&
nAppWindowStyle
)
==
nAppWindowStyle
)
(
mnStyle
&
nAppWindowStyle
)
==
nAppWindowStyle
)
{
{
...
...
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