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
abcca7ae
Kaydet (Commit)
abcca7ae
authored
Ara 23, 2013
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused variables.
Change-Id: I062936c50566ce25a652a50fec1ca948b5616415
üst
54ec7849
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
svdata.hxx
vcl/inc/svdata.hxx
+0
-3
svdata.cxx
vcl/source/app/svdata.cxx
+0
-6
svmain.cxx
vcl/source/app/svmain.cxx
+0
-6
No files found.
vcl/inc/svdata.hxx
Dosyayı görüntüle @
abcca7ae
...
...
@@ -93,7 +93,6 @@ class VclEventListeners2;
class
SalData
;
namespace
vcl
{
class
DisplayConnection
;
class
SettingsConfigItem
;
class
DeleteOnDeinitBase
;
}
namespace
utl
{
class
DefaultFontConfiguration
;
class
FontSubstConfiguration
;
}
class
LocaleConfigurationListener
:
public
utl
::
ConfigurationListener
{
...
...
@@ -176,8 +175,6 @@ struct ImplSVGDIData
long
mnAppFontX
;
// AppFont X-Numenator for 40/tel Width + DialogScaleX
long
mnAppFontY
;
// AppFont Y-Numenator for 80/tel Height
sal_Bool
mbFontSubChanged
;
// sal_True: FontSubstitution was changed between Begin/End
utl
::
DefaultFontConfiguration
*
mpDefaultFontConfiguration
;
utl
::
FontSubstConfiguration
*
mpFontSubstConfiguration
;
bool
mbNativeFontConfig
;
// true: do not override UI font
bool
mbNoXORClipping
;
// true: do not use XOR to achieve clipping effects
};
...
...
vcl/source/app/svdata.cxx
Dosyayı görüntüle @
abcca7ae
...
...
@@ -27,7 +27,6 @@
#include <tools/debug.hxx>
#include <tools/resary.hxx>
#include <tools/gen.hxx>
#include <unotools/fontcfg.hxx>
#include <cppuhelper/implbase1.hxx>
#include <uno/current_context.hxx>
...
...
@@ -102,11 +101,6 @@ void ImplDeInitSVData()
if
(
pSVData
->
mpDockingManager
)
delete
pSVData
->
mpDockingManager
;
if
(
pSVData
->
maGDIData
.
mpDefaultFontConfiguration
)
delete
pSVData
->
maGDIData
.
mpDefaultFontConfiguration
;
if
(
pSVData
->
maGDIData
.
mpFontSubstConfiguration
)
delete
pSVData
->
maGDIData
.
mpFontSubstConfiguration
;
if
(
pSVData
->
maCtrlData
.
mpFieldUnitStrings
)
delete
pSVData
->
maCtrlData
.
mpFieldUnitStrings
,
pSVData
->
maCtrlData
.
mpFieldUnitStrings
=
NULL
;
if
(
pSVData
->
maCtrlData
.
mpCleanUnitStrings
)
...
...
vcl/source/app/svmain.cxx
Dosyayı görüntüle @
abcca7ae
...
...
@@ -30,8 +30,6 @@
#include "comphelper/processfactory.hxx"
#include "unotools/syslocaleoptions.hxx"
#include "unotools/fontcfg.hxx"
#include "vcl/svapp.hxx"
#include "vcl/wrkwin.hxx"
#include "vcl/cvtgrf.hxx"
...
...
@@ -401,10 +399,6 @@ void DeInitVCL()
if
(
pSVData
->
mpSettingsConfigItem
)
delete
pSVData
->
mpSettingsConfigItem
,
pSVData
->
mpSettingsConfigItem
=
NULL
;
if
(
pSVData
->
maGDIData
.
mpDefaultFontConfiguration
)
delete
pSVData
->
maGDIData
.
mpDefaultFontConfiguration
,
pSVData
->
maGDIData
.
mpDefaultFontConfiguration
=
NULL
;
if
(
pSVData
->
maGDIData
.
mpFontSubstConfiguration
)
delete
pSVData
->
maGDIData
.
mpFontSubstConfiguration
,
pSVData
->
maGDIData
.
mpFontSubstConfiguration
=
NULL
;
if
(
pSVData
->
maAppData
.
mpIdleMgr
)
delete
pSVData
->
maAppData
.
mpIdleMgr
;
...
...
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