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
62de3d17
Kaydet (Commit)
62de3d17
authored
Ara 19, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Build fix for gcc 4.7.
Change-Id: I9b971928fa2737d21c225406bf2a86c088be5b9c
üst
fc93c17a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
17 deletions
+17
-17
menuoptions.cxx
svtools/source/config/menuoptions.cxx
+4
-4
fmdmod.cxx
svx/source/form/fmdmod.cxx
+2
-2
fontoptions.cxx
unotools/source/config/fontoptions.cxx
+3
-3
localisationoptions.cxx
unotools/source/config/localisationoptions.cxx
+2
-2
syslocaleoptions.cxx
unotools/source/config/syslocaleoptions.cxx
+6
-6
No files found.
svtools/source/config/menuoptions.cxx
Dosyayı görüntüle @
62de3d17
...
@@ -350,10 +350,10 @@ Sequence< OUString > SvtMenuOptions_Impl::impl_GetPropertyNames()
...
@@ -350,10 +350,10 @@ Sequence< OUString > SvtMenuOptions_Impl::impl_GetPropertyNames()
// Build static list of configuration key names.
// Build static list of configuration key names.
static
const
OUString
pProperties
[]
=
static
const
OUString
pProperties
[]
=
{
{
PROPERTYNAME_DONTHIDEDISABLEDENTRIES
,
OUString
(
PROPERTYNAME_DONTHIDEDISABLEDENTRIES
)
,
PROPERTYNAME_FOLLOWMOUSE
,
OUString
(
PROPERTYNAME_FOLLOWMOUSE
)
,
PROPERTYNAME_SHOWICONSINMENUES
,
OUString
(
PROPERTYNAME_SHOWICONSINMENUES
)
,
PROPERTYNAME_SYSTEMICONSINMENUES
OUString
(
PROPERTYNAME_SYSTEMICONSINMENUES
)
};
};
// Initialize return sequence with these list ...
// Initialize return sequence with these list ...
static
const
Sequence
<
OUString
>
seqPropertyNames
(
pProperties
,
PROPERTYCOUNT
);
static
const
Sequence
<
OUString
>
seqPropertyNames
(
pProperties
,
PROPERTYCOUNT
);
...
...
svx/source/form/fmdmod.cxx
Dosyayı görüntüle @
62de3d17
...
@@ -73,13 +73,13 @@ SAL_WNOUNREACHABLE_CODE_POP
...
@@ -73,13 +73,13 @@ SAL_WNOUNREACHABLE_CODE_POP
FM_SUN_COMPONENT_GROUPBOX
,
FM_SUN_COMPONENT_GROUPBOX
,
FM_SUN_COMPONENT_FIXEDTEXT
,
FM_SUN_COMPONENT_FIXEDTEXT
,
FM_SUN_COMPONENT_COMMANDBUTTON
,
FM_SUN_COMPONENT_COMMANDBUTTON
,
FM_SUN_COMPONENT_CHECKBOX
,
OUString
(
FM_SUN_COMPONENT_CHECKBOX
)
,
FM_SUN_COMPONENT_GRIDCONTROL
,
FM_SUN_COMPONENT_GRIDCONTROL
,
FM_SUN_COMPONENT_IMAGEBUTTON
,
FM_SUN_COMPONENT_IMAGEBUTTON
,
FM_SUN_COMPONENT_FILECONTROL
,
FM_SUN_COMPONENT_FILECONTROL
,
FM_SUN_COMPONENT_TIMEFIELD
,
FM_SUN_COMPONENT_TIMEFIELD
,
FM_SUN_COMPONENT_DATEFIELD
,
FM_SUN_COMPONENT_DATEFIELD
,
FM_SUN_COMPONENT_NUMERICFIELD
,
OUString
(
FM_SUN_COMPONENT_NUMERICFIELD
)
,
FM_SUN_COMPONENT_CURRENCYFIELD
,
FM_SUN_COMPONENT_CURRENCYFIELD
,
FM_SUN_COMPONENT_PATTERNFIELD
,
FM_SUN_COMPONENT_PATTERNFIELD
,
FM_SUN_COMPONENT_HIDDENCONTROL
,
FM_SUN_COMPONENT_HIDDENCONTROL
,
...
...
unotools/source/config/fontoptions.cxx
Dosyayı görüntüle @
62de3d17
...
@@ -254,9 +254,9 @@ Sequence< OUString > SvtFontOptions_Impl::impl_GetPropertyNames()
...
@@ -254,9 +254,9 @@ Sequence< OUString > SvtFontOptions_Impl::impl_GetPropertyNames()
// Build list of configuration key names.
// Build list of configuration key names.
const
OUString
pProperties
[]
=
const
OUString
pProperties
[]
=
{
{
PROPERTYNAME_REPLACEMENTTABLE
,
OUString
(
PROPERTYNAME_REPLACEMENTTABLE
)
,
PROPERTYNAME_FONTHISTORY
,
OUString
(
PROPERTYNAME_FONTHISTORY
)
,
PROPERTYNAME_FONTWYSIWYG
,
OUString
(
PROPERTYNAME_FONTWYSIWYG
)
,
};
};
// Initialize return sequence with these list ...
// Initialize return sequence with these list ...
const
Sequence
<
OUString
>
seqPropertyNames
(
pProperties
,
PROPERTYCOUNT
);
const
Sequence
<
OUString
>
seqPropertyNames
(
pProperties
,
PROPERTYCOUNT
);
...
...
unotools/source/config/localisationoptions.cxx
Dosyayı görüntüle @
62de3d17
...
@@ -221,8 +221,8 @@ Sequence< OUString > SvtLocalisationOptions_Impl::GetPropertyNames()
...
@@ -221,8 +221,8 @@ Sequence< OUString > SvtLocalisationOptions_Impl::GetPropertyNames()
// Build static list of configuration key names.
// Build static list of configuration key names.
const
OUString
aProperties
[]
=
const
OUString
aProperties
[]
=
{
{
PROPERTYNAME_AUTOMNEMONIC
,
OUString
(
PROPERTYNAME_AUTOMNEMONIC
)
,
PROPERTYNAME_DIALOGSCALE
,
OUString
(
PROPERTYNAME_DIALOGSCALE
)
,
};
};
// Initialize return sequence with these list ...
// Initialize return sequence with these list ...
Sequence
<
OUString
>
seqPropertyNames
(
aProperties
,
PROPERTYCOUNT
);
Sequence
<
OUString
>
seqPropertyNames
(
aProperties
,
PROPERTYCOUNT
);
...
...
unotools/source/config/syslocaleoptions.cxx
Dosyayı görüntüle @
62de3d17
...
@@ -122,12 +122,12 @@ const Sequence< OUString > SvtSysLocaleOptions_Impl::GetPropertyNames()
...
@@ -122,12 +122,12 @@ const Sequence< OUString > SvtSysLocaleOptions_Impl::GetPropertyNames()
{
{
const
OUString
pProperties
[]
=
const
OUString
pProperties
[]
=
{
{
PROPERTYNAME_LOCALE
,
OUString
(
PROPERTYNAME_LOCALE
)
,
PROPERTYNAME_UILOCALE
,
OUString
(
PROPERTYNAME_UILOCALE
)
,
PROPERTYNAME_CURRENCY
,
OUString
(
PROPERTYNAME_CURRENCY
)
,
PROPERTYNAME_DECIMALSEPARATOR
,
OUString
(
PROPERTYNAME_DECIMALSEPARATOR
)
,
PROPERTYNAME_DATEPATTERNS
,
OUString
(
PROPERTYNAME_DATEPATTERNS
)
,
PROPERTYNAME_IGNORELANGCHANGE
OUString
(
PROPERTYNAME_IGNORELANGCHANGE
)
};
};
const
Sequence
<
OUString
>
seqPropertyNames
(
pProperties
,
PROPERTYCOUNT
);
const
Sequence
<
OUString
>
seqPropertyNames
(
pProperties
,
PROPERTYCOUNT
);
return
seqPropertyNames
;
return
seqPropertyNames
;
...
...
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