summaryrefslogtreecommitdiffstats
path: root/sc/inc/pageuno.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2001-09-13 08:38:55 +0000
committerOliver Bolte <obo@openoffice.org>2001-09-13 08:38:55 +0000
commit4dc89386338260bc2b288b5bfbf67fcc3a2982b3 (patch)
treef6b21a3ece86b93ec0b6e3cb3fbed362dc66b41d /sc/inc/pageuno.hxx
parent#92116#; a cell without content is empty, also if the cell has a empty text:p... (diff)
downloadcore-4dc89386338260bc2b288b5bfbf67fcc3a2982b3.tar.gz
core-4dc89386338260bc2b288b5bfbf67fcc3a2982b3.zip
#65293# exceptions for solaris
Diffstat (limited to 'sc/inc/pageuno.hxx')
-rw-r--r--sc/inc/pageuno.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/pageuno.hxx b/sc/inc/pageuno.hxx
index 2309636fb70f..2fd179416ea8 100644
--- a/sc/inc/pageuno.hxx
+++ b/sc/inc/pageuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pageuno.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: nn $ $Date: 2001-03-16 19:49:31 $
+ * last change: $Author: obo $ $Date: 2001-09-13 09:38:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@ class ScPageObj : public SvxFmDrawPage
{
public:
ScPageObj( SdrPage* pPage );
- virtual ~ScPageObj();
+ virtual ~ScPageObj() throw();
virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >
_CreateShape( SdrObject *pObj ) const throw();