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
0e10d162
Kaydet (Commit)
0e10d162
authored
Agu 13, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: Id5343222eea264c956ed0a6b545c59125352e110
üst
80746221
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
moduleoptions.cxx
unotools/source/config/moduleoptions.cxx
+3
-5
syslocaleoptions.cxx
unotools/source/config/syslocaleoptions.cxx
+0
-2
No files found.
unotools/source/config/moduleoptions.cxx
Dosyayı görüntüle @
0e10d162
...
...
@@ -322,7 +322,7 @@ class SvtModuleOptions_Impl : public ::utl::ConfigItem
//---------------------------------------------------------------------------------------------------------
// constructor / destructor
//---------------------------------------------------------------------------------------------------------
SvtModuleOptions_Impl
(
SvtModuleOptions
*
pOutsideClass
);
SvtModuleOptions_Impl
();
~
SvtModuleOptions_Impl
();
//---------------------------------------------------------------------------------------------------------
...
...
@@ -369,7 +369,6 @@ class SvtModuleOptions_Impl : public ::utl::ConfigItem
private
:
FactoryInfoList
m_lFactories
;
sal_Bool
m_bReadOnlyStatesWellKnown
;
SvtModuleOptions
*
m_pOutsideClass
;
};
/*-************************************************************************************************************//**
...
...
@@ -386,10 +385,9 @@ class SvtModuleOptions_Impl : public ::utl::ConfigItem
@onerror -
@threadsafe no
*//*-*************************************************************************************************************/
SvtModuleOptions_Impl
::
SvtModuleOptions_Impl
(
SvtModuleOptions
*
pOutsideClass
)
SvtModuleOptions_Impl
::
SvtModuleOptions_Impl
()
:
::
utl
::
ConfigItem
(
ROOTNODE_FACTORIES
)
,
m_bReadOnlyStatesWellKnown
(
sal_False
)
,
m_pOutsideClass
(
pOutsideClass
)
{
// First initialize list of factory infos! Otherwise we couldnt gurantee right working of these class.
for
(
sal_Int32
nFactory
=
0
;
nFactory
<
FACTORYCOUNT
;
++
nFactory
)
...
...
@@ -1021,7 +1019,7 @@ SvtModuleOptions::SvtModuleOptions()
if
(
m_nRefCount
==
1
)
{
RTL_LOGFILE_CONTEXT
(
aLog
,
"unotools ( ??? ) ::SvtModuleOptions_Impl::ctor()"
);
m_pDataContainer
=
new
SvtModuleOptions_Impl
(
this
);
m_pDataContainer
=
new
SvtModuleOptions_Impl
();
ItemHolder1
::
holdConfigItem
(
E_MODULEOPTIONS
);
}
...
...
unotools/source/config/syslocaleoptions.cxx
Dosyayı görüntüle @
0e10d162
...
...
@@ -77,7 +77,6 @@ class SvtSysLocaleOptions_Impl : public utl::ConfigItem
OUString
m_aLocaleString
;
// en-US or de-DE or empty for SYSTEM
OUString
m_aUILocaleString
;
// en-US or de-DE or empty for SYSTEM
OUString
m_aCurrencyString
;
// USD-en-US or EUR-de-DE
sal_uLong
m_nBlockedHint
;
// pending hints
sal_Bool
m_bDecimalSeparator
;
//use decimal separator same as locale
sal_Bool
m_bROLocale
;
...
...
@@ -150,7 +149,6 @@ const Sequence< OUString > SvtSysLocaleOptions_Impl::GetPropertyNames()
SvtSysLocaleOptions_Impl
::
SvtSysLocaleOptions_Impl
()
:
ConfigItem
(
ROOTNODE_SYSLOCALE
)
,
m_nBlockedHint
(
0
)
,
m_bDecimalSeparator
(
sal_True
)
,
m_bROLocale
(
CFG_READONLY_DEFAULT
)
,
m_bROUILocale
(
CFG_READONLY_DEFAULT
)
...
...
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