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
a44b770b
Kaydet (Commit)
a44b770b
authored
Haz 05, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix: could not convert [...] ‘const char*’ to ‘const rtl::OUString’
Change-Id: Ib94c9f5eed0da67e846705f5c2c233c10583c791
üst
ab706f85
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
fmdmod.cxx
svx/source/form/fmdmod.cxx
+17
-17
No files found.
svx/source/form/fmdmod.cxx
Dosyayı görüntüle @
a44b770b
...
...
@@ -65,25 +65,25 @@ SAL_WNOUNREACHABLE_CODE_POP
{
static
const
OUString
aSvxComponentServiceNameList
[]
=
{
FM_SUN_COMPONENT_TEXTFIELD
,
FM_SUN_COMPONENT_FORM
,
FM_SUN_COMPONENT_LISTBOX
,
FM_SUN_COMPONENT_COMBOBOX
,
FM_SUN_COMPONENT_RADIOBUTTON
,
FM_SUN_COMPONENT_GROUPBOX
,
FM_SUN_COMPONENT_FIXEDTEXT
,
FM_SUN_COMPONENT_COMMANDBUTTON
,
OUString
(
FM_SUN_COMPONENT_TEXTFIELD
)
,
OUString
(
FM_SUN_COMPONENT_FORM
)
,
OUString
(
FM_SUN_COMPONENT_LISTBOX
)
,
OUString
(
FM_SUN_COMPONENT_COMBOBOX
)
,
OUString
(
FM_SUN_COMPONENT_RADIOBUTTON
)
,
OUString
(
FM_SUN_COMPONENT_GROUPBOX
)
,
OUString
(
FM_SUN_COMPONENT_FIXEDTEXT
)
,
OUString
(
FM_SUN_COMPONENT_COMMANDBUTTON
)
,
OUString
(
FM_SUN_COMPONENT_CHECKBOX
),
FM_SUN_COMPONENT_GRIDCONTROL
,
FM_SUN_COMPONENT_IMAGEBUTTON
,
FM_SUN_COMPONENT_FILECONTROL
,
FM_SUN_COMPONENT_TIMEFIELD
,
FM_SUN_COMPONENT_DATEFIELD
,
OUString
(
FM_SUN_COMPONENT_GRIDCONTROL
)
,
OUString
(
FM_SUN_COMPONENT_IMAGEBUTTON
)
,
OUString
(
FM_SUN_COMPONENT_FILECONTROL
)
,
OUString
(
FM_SUN_COMPONENT_TIMEFIELD
)
,
OUString
(
FM_SUN_COMPONENT_DATEFIELD
)
,
OUString
(
FM_SUN_COMPONENT_NUMERICFIELD
),
FM_SUN_COMPONENT_CURRENCYFIELD
,
FM_SUN_COMPONENT_PATTERNFIELD
,
FM_SUN_COMPONENT_HIDDENCONTROL
,
FM_SUN_COMPONENT_IMAGECONTROL
OUString
(
FM_SUN_COMPONENT_CURRENCYFIELD
)
,
OUString
(
FM_SUN_COMPONENT_PATTERNFIELD
)
,
OUString
(
FM_SUN_COMPONENT_HIDDENCONTROL
)
,
OUString
(
FM_SUN_COMPONENT_IMAGECONTROL
)
};
static
const
sal_uInt16
nSvxComponentServiceNameListCount
=
sizeof
(
aSvxComponentServiceNameList
)
/
sizeof
(
aSvxComponentServiceNameList
[
0
]
);
...
...
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