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
61057a61
Kaydet (Commit)
61057a61
authored
Kas 26, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wmicrosoft-exception-spec
Change-Id: I0a4256047ae0142a03903101036d2a3c8d17429b
üst
018b561a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
scanwin.cxx
extensions/source/scanner/scanwin.cxx
+6
-6
No files found.
extensions/source/scanner/scanwin.cxx
Dosyayı görüntüle @
61057a61
...
...
@@ -769,7 +769,7 @@ void ScannerManager::ReleaseData()
}
}
awt
::
Size
ScannerManager
::
getSize
()
throw
()
awt
::
Size
ScannerManager
::
getSize
()
throw
(
std
::
exception
)
{
awt
::
Size
aRet
;
HGLOBAL
hDIB
=
(
HGLOBAL
)(
sal_IntPtr
)
mpData
;
...
...
@@ -794,7 +794,7 @@ awt::Size ScannerManager::getSize() throw()
return
aRet
;
}
uno
::
Sequence
<
sal_Int8
>
ScannerManager
::
getDIB
()
throw
()
uno
::
Sequence
<
sal_Int8
>
ScannerManager
::
getDIB
()
throw
(
std
::
exception
)
{
uno
::
Sequence
<
sal_Int8
>
aRet
;
...
...
@@ -854,7 +854,7 @@ uno::Sequence< sal_Int8 > ScannerManager::getDIB() throw()
return
aRet
;
}
uno
::
Sequence
<
ScannerContext
>
SAL_CALL
ScannerManager
::
getAvailableScanners
()
throw
()
uno
::
Sequence
<
ScannerContext
>
SAL_CALL
ScannerManager
::
getAvailableScanners
()
throw
(
std
::
exception
)
{
osl
::
MutexGuard
aGuard
(
maProtector
);
uno
::
Sequence
<
ScannerContext
>
aRet
(
1
);
...
...
@@ -880,7 +880,7 @@ sal_Bool SAL_CALL ScannerManager::configureScannerAndScan( ScannerContext& rCont
}
void
SAL_CALL
ScannerManager
::
startScan
(
const
ScannerContext
&
rContext
,
const
uno
::
Reference
<
lang
::
XEventListener
>&
rxListener
)
throw
(
ScannerException
)
throw
(
ScannerException
,
std
::
exception
)
{
osl
::
MutexGuard
aGuard
(
maProtector
);
uno
::
Reference
<
XScannerManager
>
xThis
(
this
);
...
...
@@ -893,7 +893,7 @@ void SAL_CALL ScannerManager::startScan( const ScannerContext& rContext, const u
}
ScanError
SAL_CALL
ScannerManager
::
getError
(
const
ScannerContext
&
rContext
)
throw
(
ScannerException
)
throw
(
ScannerException
,
std
::
exception
)
{
osl
::
MutexGuard
aGuard
(
maProtector
);
uno
::
Reference
<
XScannerManager
>
xThis
(
this
);
...
...
@@ -905,7 +905,7 @@ ScanError SAL_CALL ScannerManager::getError( const ScannerContext& rContext )
}
uno
::
Reference
<
awt
::
XBitmap
>
SAL_CALL
ScannerManager
::
getBitmap
(
const
ScannerContext
&
/*rContext*/
)
throw
(
ScannerException
)
throw
(
ScannerException
,
std
::
exception
)
{
osl
::
MutexGuard
aGuard
(
maProtector
);
return
uno
::
Reference
<
awt
::
XBitmap
>
(
this
);
...
...
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