summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-07 20:54:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-08 14:15:53 +0000
commit3d78423eaee41474cfa99c651f3c96d407453180 (patch)
tree256fd3bf3bd578c55532d58511a159e277909727 /sc/inc/cellsuno.hxx
parent2d3ddaef14122e19916852cf3add98646926eb9a (diff)
coverity#1169862 Uncaught exception
Change-Id: I13d12586b8f76b61e3b728858fb7228eb7be723e
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index fcae7ba21698..aaa139d1ee3a 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -1286,7 +1286,8 @@ protected:
virtual void SetOnePropertyValue( const SfxItemPropertySimpleEntry* pEntry,
const ::com::sun::star::uno::Any& aValue )
throw(::com::sun::star::lang::IllegalArgumentException,
- ::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
public:
ScTableColumnObj(ScDocShell* pDocSh, SCCOL nCol, SCTAB nTab);