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
2a90016e
Kaydet (Commit)
2a90016e
authored
Ock 15, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#46808, fixes for windows build
Change-Id: I338b83c7803af019d9581c3a50e2afe9d2f5c014
üst
e2a1d1c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
xdialogcreator.cxx
embeddedobj/source/msole/xdialogcreator.cxx
+1
-0
addrtempuno.cxx
svtools/source/uno/addrtempuno.cxx
+2
-2
No files found.
embeddedobj/source/msole/xdialogcreator.cxx
Dosyayı görüntüle @
2a90016e
...
...
@@ -32,6 +32,7 @@
#include "platform.h"
#include <comphelper/mimeconfighelper.hxx>
#include <comphelper/procesfactory.hxx>
#include "xdialogcreator.hxx"
#include "oleembobj.hxx"
...
...
svtools/source/uno/addrtempuno.cxx
Dosyayı görüntüle @
2a90016e
...
...
@@ -76,7 +76,7 @@ namespace svt
// OPropertyArrayUsageHelper
virtual
::
cppu
::
IPropertyArrayHelper
*
createArrayHelper
(
)
const
;
v
oid
initialize
(
const
Sequence
<
Any
>&
aArguments
)
throw
(
RuntimeException
);
v
irtual
void
SAL_CALL
initialize
(
const
Sequence
<
Any
>&
aArguments
)
throw
(
Exception
,
RuntimeException
);
protected
:
// OGenericUnoDialog overridables
...
...
@@ -174,7 +174,7 @@ namespace svt
static_cast
<
AddressBookSourceDialog
*
>
(
m_pDialog
)
->
getFieldMapping
(
m_aAliases
);
}
//------------------------------------------------------------------------------
void
OAddressBookSourceDialogUno
::
initialize
(
const
Sequence
<
Any
>&
aArguments
)
throw
(
RuntimeException
)
void
SAL_CALL
OAddressBookSourceDialogUno
::
initialize
(
const
Sequence
<
Any
>&
aArguments
)
throw
(
Exception
,
RuntimeException
)
{
if
(
aArguments
.
getLength
()
==
5
)
{
...
...
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