summaryrefslogtreecommitdiff
path: root/svx/source/dialog/tpshadow.cxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2002-07-23 06:24:38 +0000
committergt <gt@openoffice.org>2002-07-23 06:24:38 +0000
commit565617caa48ca99097aaa567742bc5c29d465a31 (patch)
tree549a3fee04bbfa7767ebdea083835e54ca4963b3 /svx/source/dialog/tpshadow.cxx
parent4544aef45c5601c02e0c674e6bd91c5a51ce4cc6 (diff)
#101614#, #101547# ...::DeactivatePage(): handling of pSet == NULL
Diffstat (limited to 'svx/source/dialog/tpshadow.cxx')
-rw-r--r--svx/source/dialog/tpshadow.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/dialog/tpshadow.cxx b/svx/source/dialog/tpshadow.cxx
index aee9779860c0..c4ec5de60b54 100644
--- a/svx/source/dialog/tpshadow.cxx
+++ b/svx/source/dialog/tpshadow.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpshadow.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fme $ $Date: 2001-05-16 09:10:33 $
+ * last change: $Author: gt $ $Date: 2002-07-23 07:24:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -292,7 +292,8 @@ void SvxShadowTabPage::ActivatePage( const SfxItemSet& rSet )
int SvxShadowTabPage::DeactivatePage( SfxItemSet* pSet )
{
- FillItemSet( *pSet );
+ if( pSet )
+ FillItemSet( *pSet );
return( LEAVE_PAGE );
}