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
d0889dd3
Kaydet (Commit)
d0889dd3
authored
Eki 04, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: return: conversion from sal_uInt32 to sal_uInt16, possible loss of data
üst
b58151b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
vosapp.hxx
l10ntools/inc/l10ntools/vosapp.hxx
+8
-0
No files found.
l10ntools/inc/l10ntools/vosapp.hxx
Dosyayı görüntüle @
d0889dd3
...
@@ -18,7 +18,15 @@ public:
...
@@ -18,7 +18,15 @@ public:
// Urg: Cut & Paste from svapp.cxx: we don't want to depend on vcl
// Urg: Cut & Paste from svapp.cxx: we don't want to depend on vcl
sal_uInt16
Application
::
GetCommandLineParamCount
()
sal_uInt16
Application
::
GetCommandLineParamCount
()
{
{
#ifdef _MSC_VER
// Avoid using a cast, instead just disable the warning, sigh...
#pragma warning (push)
#pragma warning (disable:4244)
#endif
return
osl_getCommandArgCount
();
return
osl_getCommandArgCount
();
#ifdef _MSC_VER
#pragma warning (pop)
#endif
}
}
XubString
Application
::
GetCommandLineParam
(
sal_uInt16
nParam
)
XubString
Application
::
GetCommandLineParam
(
sal_uInt16
nParam
)
...
...
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