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
dc836aa4
Kaydet (Commit)
dc836aa4
authored
Ara 27, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: remove dups
Change-Id: I59622a66358a688caac36b7da220588dc2da440a
üst
f23ae024
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
helpcontent2
helpcontent2
+1
-1
sfxhelp.cxx
sfx2/source/appl/sfxhelp.cxx
+0
-1
ColorControl.cxx
svx/source/sidebar/tools/ColorControl.cxx
+1
-1
No files found.
helpcontent2
@
0dc1069f
Subproject commit
74508d8b773142bf68780b8550ff70baaa53be89
Subproject commit
0dc1069fa953547ac90aebf058b6ff18a83e820f
sfx2/source/appl/sfxhelp.cxx
Dosyayı görüntüle @
dc836aa4
...
...
@@ -339,7 +339,6 @@ OUString SfxHelp::GetHelpModuleName_Impl()
||
aFactoryShortName
.
startsWith
(
"dbapp"
)
||
aFactoryShortName
.
startsWith
(
"dbreport"
)
||
aFactoryShortName
.
startsWith
(
"swreport"
)
||
aFactoryShortName
.
startsWith
(
"dbbrowser"
)
||
aFactoryShortName
.
startsWith
(
"swform"
)
)
aFactoryShortName
=
"sdatabase"
;
else
if
(
aFactoryShortName
.
startsWith
(
"sbibliography"
)
...
...
svx/source/sidebar/tools/ColorControl.cxx
Dosyayı görüntüle @
dc836aa4
...
...
@@ -123,7 +123,7 @@ void ColorControl::FillColors (void)
return
;
const
WinBits
aWinBits
(
maVSColor
.
GetStyle
()
|
WB_TABSTOP
|
WB_ITEMBORDER
|
WB_NAMEFIELD
|
WB_NO_DIRECTSELECT
|
WB_MENUSTYLEVALUESET
|
WB_NO_DIRECTSELECT
);
WB_NO_DIRECTSELECT
|
WB_MENUSTYLEVALUESET
);
maVSColor
.
SetStyle
(
aWinBits
);
...
...
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