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
0a997700
Kaydet (Commit)
0a997700
authored
Haz 05, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
desktop: remove SAL_THROW macro
Change-Id: I523d47b443bc7a3fc8129b3a15643560e3971782
üst
ea41de0b
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
3 additions
and
13 deletions
+3
-13
basicmigration.cxx
desktop/source/migration/services/basicmigration.cxx
+0
-1
basicmigration.hxx
desktop/source/migration/services/basicmigration.hxx
+1
-2
oo3extensionmigration.cxx
desktop/source/migration/services/oo3extensionmigration.cxx
+0
-1
oo3extensionmigration.hxx
desktop/source/migration/services/oo3extensionmigration.hxx
+1
-2
wordbookmigration.cxx
desktop/source/migration/services/wordbookmigration.cxx
+0
-1
wordbookmigration.hxx
desktop/source/migration/services/wordbookmigration.hxx
+1
-2
active_native.cxx
desktop/test/deployment/active/active_native.cxx
+0
-2
passive_native.cxx
desktop/test/deployment/passive/passive_native.cxx
+0
-2
No files found.
desktop/source/migration/services/basicmigration.cxx
Dosyayı görüntüle @
0a997700
...
...
@@ -228,7 +228,6 @@ namespace migration
Reference
<
XInterface
>
SAL_CALL
BasicMigration_create
(
Reference
<
XComponentContext
>
const
&
)
SAL_THROW
(())
{
return
static_cast
<
lang
::
XTypeProvider
*
>
(
new
BasicMigration
()
);
}
...
...
desktop/source/migration/services/basicmigration.hxx
Dosyayı görüntüle @
0a997700
...
...
@@ -41,8 +41,7 @@ namespace migration
OUString
SAL_CALL
BasicMigration_getImplementationName
();
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
BasicMigration_getSupportedServiceNames
();
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
BasicMigration_create
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
const
&
xContext
)
SAL_THROW
(
(
::
com
::
sun
::
star
::
uno
::
Exception
)
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
const
&
xContext
);
...
...
desktop/source/migration/services/oo3extensionmigration.cxx
Dosyayı görüntüle @
0a997700
...
...
@@ -485,7 +485,6 @@ void TmpRepositoryCommandEnv::pop() throw (uno::RuntimeException, std::exception
Reference
<
XInterface
>
SAL_CALL
OO3ExtensionMigration_create
(
Reference
<
XComponentContext
>
const
&
ctx
)
SAL_THROW
(())
{
return
static_cast
<
lang
::
XTypeProvider
*
>
(
new
OO3ExtensionMigration
(
ctx
)
);
...
...
desktop/source/migration/services/oo3extensionmigration.hxx
Dosyayı görüntüle @
0a997700
...
...
@@ -50,8 +50,7 @@ namespace migration
OUString
SAL_CALL
OO3ExtensionMigration_getImplementationName
();
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
OO3ExtensionMigration_getSupportedServiceNames
();
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
OO3ExtensionMigration_create
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
const
&
xContext
)
SAL_THROW
(
(
::
com
::
sun
::
star
::
uno
::
Exception
)
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
const
&
xContext
);
...
...
desktop/source/migration/services/wordbookmigration.cxx
Dosyayı görüntüle @
0a997700
...
...
@@ -294,7 +294,6 @@ bool IsUserWordbook( const OUString& rFile )
Reference
<
XInterface
>
SAL_CALL
WordbookMigration_create
(
Reference
<
XComponentContext
>
const
&
)
SAL_THROW
(())
{
return
static_cast
<
lang
::
XTypeProvider
*
>
(
new
WordbookMigration
()
);
}
...
...
desktop/source/migration/services/wordbookmigration.hxx
Dosyayı görüntüle @
0a997700
...
...
@@ -41,8 +41,7 @@ namespace migration
OUString
SAL_CALL
WordbookMigration_getImplementationName
();
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
WordbookMigration_getSupportedServiceNames
();
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
WordbookMigration_create
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
const
&
xContext
)
SAL_THROW
(
(
::
com
::
sun
::
star
::
uno
::
Exception
)
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
const
&
xContext
);
...
...
desktop/test/deployment/active/active_native.cxx
Dosyayı görüntüle @
0a997700
...
...
@@ -66,7 +66,6 @@ class Provider:
public
:
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
SAL_CALL
static_create
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
xContext
)
SAL_THROW
((
css
::
uno
::
Exception
))
{
return
static_cast
<
cppu
::
OWeakObject
*
>
(
new
Provider
(
xContext
));
}
static
OUString
SAL_CALL
static_getImplementationName
();
...
...
@@ -158,7 +157,6 @@ class Dispatch:
public
:
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
SAL_CALL
static_create
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
xContext
)
SAL_THROW
((
css
::
uno
::
Exception
))
{
return
static_cast
<
cppu
::
OWeakObject
*
>
(
new
Dispatch
(
xContext
));
}
static
OUString
SAL_CALL
static_getImplementationName
();
...
...
desktop/test/deployment/passive/passive_native.cxx
Dosyayı görüntüle @
0a997700
...
...
@@ -63,7 +63,6 @@ class Provider:
public
:
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
SAL_CALL
static_create
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
xContext
)
SAL_THROW
((
css
::
uno
::
Exception
))
{
return
static_cast
<
cppu
::
OWeakObject
*
>
(
new
Provider
(
xContext
));
}
static
OUString
SAL_CALL
static_getImplementationName
();
...
...
@@ -155,7 +154,6 @@ class Dispatch:
public
:
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
SAL_CALL
static_create
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
xContext
)
SAL_THROW
((
css
::
uno
::
Exception
))
{
return
static_cast
<
cppu
::
OWeakObject
*
>
(
new
Dispatch
(
xContext
));
}
static
OUString
SAL_CALL
static_getImplementationName
();
...
...
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