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
e3a9c7d0
Kaydet (Commit)
e3a9c7d0
authored
Kas 28, 2014
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: pImplSVData->maAppData.mnDefaultLayoutBorder is never used, get rid of it
Change-Id: I417e84b2c797ec2c43fb232f4a8412488b6d3ab4
üst
9101ccfa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
svdata.hxx
vcl/inc/svdata.hxx
+0
-2
svdata.cxx
vcl/source/app/svdata.cxx
+0
-3
settings.cxx
vcl/source/window/settings.cxx
+0
-2
No files found.
vcl/inc/svdata.hxx
Dosyayı görüntüle @
e3a9c7d0
...
@@ -139,8 +139,6 @@ struct ImplSVAppData
...
@@ -139,8 +139,6 @@ struct ImplSVAppData
bool
mbNoYield
;
// Application::Yield will not wait for events if the queue is empty
bool
mbNoYield
;
// Application::Yield will not wait for events if the queue is empty
// essentially that makes it the same as Application::Reschedule
// essentially that makes it the same as Application::Reschedule
Application
::
DialogCancelMode
meDialogCancel
;
// true: All Dialog::Execute() calls will be terminated immediately with return false
Application
::
DialogCancelMode
meDialogCancel
;
// true: All Dialog::Execute() calls will be terminated immediately with return false
long
mnDefaultLayoutBorder
;
// default value in pixel for layout distances used
// in window arrangers
/** Controls whether showing any IME status window is toggled on or off.
/** Controls whether showing any IME status window is toggled on or off.
...
...
vcl/source/app/svdata.cxx
Dosyayı görüntüle @
e3a9c7d0
...
@@ -80,9 +80,6 @@ void ImplInitSVData()
...
@@ -80,9 +80,6 @@ void ImplInitSVData()
memset
(
pImplSVData
,
0
,
sizeof
(
ImplSVData
)
);
memset
(
pImplSVData
,
0
,
sizeof
(
ImplSVData
)
);
pImplSVData
->
maHelpData
.
mbAutoHelpId
=
true
;
pImplSVData
->
maHelpData
.
mbAutoHelpId
=
true
;
pImplSVData
->
maNWFData
.
maMenuBarHighlightTextColor
=
Color
(
COL_TRANSPARENT
);
pImplSVData
->
maNWFData
.
maMenuBarHighlightTextColor
=
Color
(
COL_TRANSPARENT
);
// mark default layout border as unitialized
pImplSVData
->
maAppData
.
mnDefaultLayoutBorder
=
-
1
;
}
}
void
ImplDeInitSVData
()
void
ImplDeInitSVData
()
...
...
vcl/source/window/settings.cxx
Dosyayı görüntüle @
e3a9c7d0
...
@@ -153,8 +153,6 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, bool bCallHdl )
...
@@ -153,8 +153,6 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, bool bCallHdl )
aTmpSt
.
SetHighContrastMode
(
false
);
aTmpSt
.
SetHighContrastMode
(
false
);
rSettings
.
SetStyleSettings
(
aTmpSt
);
rSettings
.
SetStyleSettings
(
aTmpSt
);
ImplGetFrame
()
->
UpdateSettings
(
rSettings
);
ImplGetFrame
()
->
UpdateSettings
(
rSettings
);
// reset default border width for layouters
ImplGetSVData
()
->
maAppData
.
mnDefaultLayoutBorder
=
-
1
;
// Verify availability of the configured UI font, otherwise choose "Andale Sans UI"
// Verify availability of the configured UI font, otherwise choose "Andale Sans UI"
...
...
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