summaryrefslogtreecommitdiffstats
path: root/sc/inc/pageuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-10 09:56:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-10 10:48:41 +0100
commit1979afcc9b407f82a23dafdc99452ad390e8e7ba (patch)
tree206f41b867539a39518cd938801e792fc68924ec /sc/inc/pageuno.hxx
parentcoverity#706615 Uncaught exception (diff)
downloadcore-1979afcc9b407f82a23dafdc99452ad390e8e7ba.tar.gz
core-1979afcc9b407f82a23dafdc99452ad390e8e7ba.zip
coverity#706877 Uncaught exception
Change-Id: I7364afe103f9912b31bde7f4e84baf16633b05f8
Diffstat (limited to 'sc/inc/pageuno.hxx')
-rw-r--r--sc/inc/pageuno.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/pageuno.hxx b/sc/inc/pageuno.hxx
index f67720cc1a2c..8de301c718c1 100644
--- a/sc/inc/pageuno.hxx
+++ b/sc/inc/pageuno.hxx
@@ -27,11 +27,11 @@
class ScPageObj : public SvxFmDrawPage
{
public:
- ScPageObj( SdrPage* pPage );
- virtual ~ScPageObj() throw();
+ ScPageObj(SdrPage* pPage);
+ virtual ~ScPageObj() throw();
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >
- _CreateShape( SdrObject *pObj ) const throw(std::exception) SAL_OVERRIDE;
+ virtual css::uno::Reference<css::drawing::XShape> _CreateShape(SdrObject *pObj) const
+ throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName()