summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorDieter Loeschky <dl@openoffice.org>2001-06-14 10:13:33 +0000
committerDieter Loeschky <dl@openoffice.org>2001-06-14 10:13:33 +0000
commit5288e3da9c6086e6cc55ee190db6468ee5355fe2 (patch)
tree552074fe63f8231f0a80229d278ecd6d9e2566a6 /svx
parentbf17ef9b21972a1ea411c4f1e0797eb08ded8d26 (diff)
#88033# SVX_PAGE_MODE_PRESENTATION: don't use config for aAdaptBox
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/page.cxx17
1 files changed, 5 insertions, 12 deletions
diff --git a/svx/source/dialog/page.cxx b/svx/source/dialog/page.cxx
index dcda77a4d4b7..41a46c5c32b8 100644
--- a/svx/source/dialog/page.cxx
+++ b/svx/source/dialog/page.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: page.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: fme $ $Date: 2001-06-03 14:17:49 $
+ * last change: $Author: dl $ $Date: 2001-06-14 11:13:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -576,16 +576,9 @@ void SvxPageDescPage::Reset( const SfxItemSet& rSet )
case SVX_PAGE_MODE_PRESENTATION:
{
aAdaptBox.Show();
- String sUser = GetUserData();
-
- if ( sUser.Len() )
- aAdaptBox.Check( (BOOL)sUser.ToInt32() );
- else
- {
- pItem = GetItem( rSet, SID_ATTR_PAGE_EXT1 );
- aAdaptBox.Check( pItem ?
- ( (const SfxBoolItem*)pItem )->GetValue() : FALSE );
- }
+ pItem = GetItem( rSet, SID_ATTR_PAGE_EXT1 );
+ aAdaptBox.Check( pItem ?
+ ( (const SfxBoolItem*)pItem )->GetValue() : FALSE );
//!!! hidden, weil von StarDraw nicht implementiert
aLayoutBox.Hide();