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
a923bf42
Kaydet (Commit)
a923bf42
authored
Tem 03, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
useless asal_TrueStr string
Change-Id: Icbca4d464aa3b8c0ee1b521b0e42cba2cb07af8d
üst
8d98e380
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
appcfg.cxx
sfx2/source/appl/appcfg.cxx
+2
-3
No files found.
sfx2/source/appl/appcfg.cxx
Dosyayı görüntüle @
a923bf42
...
@@ -164,7 +164,6 @@ sal_Bool SfxApplication::GetOptions( SfxItemSet& rSet )
...
@@ -164,7 +164,6 @@ sal_Bool SfxApplication::GetOptions( SfxItemSet& rSet )
{
{
sal_Bool
bRet
=
sal_False
;
sal_Bool
bRet
=
sal_False
;
SfxItemPool
&
rPool
=
GetPool
();
SfxItemPool
&
rPool
=
GetPool
();
String
asal_TrueStr
(
'1'
);
const
sal_uInt16
*
pRanges
=
rSet
.
GetRanges
();
const
sal_uInt16
*
pRanges
=
rSet
.
GetRanges
();
SvtSaveOptions
aSaveOptions
;
SvtSaveOptions
aSaveOptions
;
...
@@ -819,10 +818,10 @@ void SfxApplication::SetOptions(const SfxItemSet &rSet)
...
@@ -819,10 +818,10 @@ void SfxApplication::SetOptions(const SfxItemSet &rSet)
DBG_ASSERT
(
pItem
->
ISA
(
SfxAllEnumItem
),
"AllEnumItem expected"
);
DBG_ASSERT
(
pItem
->
ISA
(
SfxAllEnumItem
),
"AllEnumItem expected"
);
const
SfxAllEnumItem
*
pEnumItem
=
(
const
SfxAllEnumItem
*
)
pItem
;
const
SfxAllEnumItem
*
pEnumItem
=
(
const
SfxAllEnumItem
*
)
pItem
;
sal_uInt32
nCount
=
pEnumItem
->
GetValueCount
();
sal_uInt32
nCount
=
pEnumItem
->
GetValueCount
();
String
aNoChangeStr
(
' '
);
rtl
::
OU
String
aNoChangeStr
(
' '
);
for
(
sal_uInt32
nPath
=
0
;
nPath
<
nCount
;
++
nPath
)
for
(
sal_uInt32
nPath
=
0
;
nPath
<
nCount
;
++
nPath
)
{
{
String
sValue
=
pEnumItem
->
GetValueTextByPos
((
sal_uInt16
)
nPath
);
rtl
::
OU
String
sValue
=
pEnumItem
->
GetValueTextByPos
((
sal_uInt16
)
nPath
);
if
(
sValue
!=
aNoChangeStr
)
if
(
sValue
!=
aNoChangeStr
)
{
{
switch
(
nPath
)
switch
(
nPath
)
...
...
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