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
0adbf4a1
Kaydet (Commit)
0adbf4a1
authored
Haz 19, 2006
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED
2005/11/16 15:19:58 pl 1.3.32.1: #i55991# removed warnings
üst
54a033ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
registration.hxx
framework/inc/macros/registration.hxx
+5
-5
No files found.
framework/inc/macros/registration.hxx
Dosyayı görüntüle @
0adbf4a1
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
* $RCSfile: registration.hxx,v $
* $RCSfile: registration.hxx,v $
*
*
* $Revision: 1.
3
$
* $Revision: 1.
4
$
*
*
* last change: $Author:
rt $ $Date: 2005-09-09 00:24:2
2 $
* last change: $Author:
hr $ $Date: 2006-06-19 10:57:0
2 $
*
*
* The Contents of this file are made available subject to
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
* the terms of GNU Lesser General Public License Version 2.1.
...
@@ -159,7 +159,7 @@ ________________________________________________________________________________
...
@@ -159,7 +159,7 @@ ________________________________________________________________________________
//*****************************************************************************************************************
//*****************************************************************************************************************
#define COMPONENTGETIMPLEMENTATIONENVIRONMENT \
#define COMPONENTGETIMPLEMENTATIONENVIRONMENT \
extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char** ppEnvironmentTypeName , \
extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char** ppEnvironmentTypeName , \
uno_Environment**
ppEnvironment
) \
uno_Environment**
) \
{ \
{ \
*ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ; \
*ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ; \
}
}
...
@@ -169,7 +169,7 @@ ________________________________________________________________________________
...
@@ -169,7 +169,7 @@ ________________________________________________________________________________
// define registration of service
// define registration of service
//*****************************************************************************************************************
//*****************************************************************************************************************
#define COMPONENTWRITEINFO( INFOS ) \
#define COMPONENTWRITEINFO( INFOS ) \
extern "C" sal_Bool SAL_CALL component_writeInfo( void*
pServiceManager
, \
extern "C" sal_Bool SAL_CALL component_writeInfo( void*
/*pServiceManager*/
, \
void* pRegistryKey ) \
void* pRegistryKey ) \
{ \
{ \
LOG_REGISTRATION_WRITEINFO( "\t[start]\n" ) \
LOG_REGISTRATION_WRITEINFO( "\t[start]\n" ) \
...
@@ -206,7 +206,7 @@ ________________________________________________________________________________
...
@@ -206,7 +206,7 @@ ________________________________________________________________________________
#define COMPONENTGETFACTORY( IFFACTORIES ) \
#define COMPONENTGETFACTORY( IFFACTORIES ) \
extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplementationName , \
extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplementationName , \
void* pServiceManager , \
void* pServiceManager , \
void*
pRegistryKey
) \
void*
/*pRegistryKey*/
) \
{ \
{ \
LOG_REGISTRATION_GETFACTORY( "\t[start]\n" ) \
LOG_REGISTRATION_GETFACTORY( "\t[start]\n" ) \
/* Set default return value for this operation - if it failed. */
\
/* Set default return value for this operation - if it failed. */
\
...
...
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