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
6eddd93b
Kaydet (Commit)
6eddd93b
authored
Ock 25, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1158353 Uncaught exception
Change-Id: Ib30c3f702a0f16922e5f7ab305bbe1f593714219
üst
6cb0a073
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
cellsuno.hxx
sc/inc/cellsuno.hxx
+2
-1
cellsuno.cxx
sc/source/ui/unoobj/cellsuno.cxx
+1
-1
No files found.
sc/inc/cellsuno.hxx
Dosyayı görüntüle @
6eddd93b
...
...
@@ -1175,7 +1175,8 @@ public:
::
com
::
sun
::
star
::
table
::
TableOrientation
nOrientation
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
autoOutline
(
const
::
com
::
sun
::
star
::
table
::
CellRangeAddress
&
aRange
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
SAL_CALL
clearOutline
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
hideDetail
(
const
::
com
::
sun
::
star
::
table
::
CellRangeAddress
&
aRange
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
sc/source/ui/unoobj/cellsuno.cxx
Dosyayı görüntüle @
6eddd93b
...
...
@@ -7894,7 +7894,7 @@ void SAL_CALL ScTableSheetObj::ungroup( const table::CellRangeAddress& rGroupRan
}
void SAL_CALL ScTableSheetObj::autoOutline( const table::CellRangeAddress& rCellRange )
throw(uno::RuntimeE
xception)
throw(uno::RuntimeException, std::e
xception)
{
SolarMutexGuard aGuard;
ScDocShell* pDocSh = GetDocShell();
...
...
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