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
485d29d0
Kaydet (Commit)
485d29d0
authored
Tem 25, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove temporaries and constify
Change-Id: I632a8b58ecff17fbc172335cb1186c822edc2827
üst
6483ed12
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
textglos.cxx
sw/source/uibase/shells/textglos.cxx
+1
-1
PageMarginControl.cxx
sw/source/uibase/sidebar/PageMarginControl.cxx
+1
-2
chartins.cxx
sw/source/uibase/table/chartins.cxx
+1
-2
No files found.
sw/source/uibase/shells/textglos.cxx
Dosyayı görüntüle @
485d29d0
...
...
@@ -33,7 +33,7 @@
void
SwTextShell
::
ExecGlossary
(
SfxRequest
&
rReq
)
{
sal_uInt16
nSlot
=
rReq
.
GetSlot
();
const
sal_uInt16
nSlot
=
rReq
.
GetSlot
();
::
GetGlossaries
()
->
UpdateGlosPath
(
!
rReq
.
IsAPI
()
||
FN_GLOSSARY_DLG
==
nSlot
);
SwGlossaryHdl
*
pGlosHdl
=
GetView
().
GetGlosHdl
();
...
...
sw/source/uibase/sidebar/PageMarginControl.cxx
Dosyayı görüntüle @
485d29d0
...
...
@@ -308,10 +308,9 @@ IMPL_LINK(PageMarginControl, ImplMarginHdl, void *, pControl)
{
if
(
pControl
==
mpMarginValueSet
)
{
const
sal_uInt16
iPos
=
mpMarginValueSet
->
GetSelectItemId
();
bool
bMirrored
=
false
;
bool
bApplyNewPageMargins
=
true
;
switch
(
iPos
)
switch
(
mpMarginValueSet
->
GetSelectItemId
()
)
{
case
1
:
mnPageLeftMargin
=
SWPAGE_NARROW_VALUE
;
...
...
sw/source/uibase/table/chartins.cxx
Dosyayı görüntüle @
485d29d0
...
...
@@ -247,8 +247,7 @@ void SwInsertChart(Window* pParent, SfxBindings* pBindings )
void
AutoEdit
::
KeyInput
(
const
KeyEvent
&
rEvt
)
{
sal_uInt16
nCode
=
rEvt
.
GetKeyCode
().
GetCode
();
if
(
nCode
!=
KEY_SPACE
)
if
(
rEvt
.
GetKeyCode
().
GetCode
()
!=
KEY_SPACE
)
Edit
::
KeyInput
(
rEvt
);
}
...
...
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