summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg/tphf.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-07-04 11:21:45 +0000
committerNiklas Nebel <nn@openoffice.org>2001-07-04 11:21:45 +0000
commit3fd1fe9962636ab726674c5eab855e4bad7b3f59 (patch)
tree8a87f2589d83b339a7fbac71eb02d53c16ebc0b1 /sc/source/ui/pagedlg/tphf.cxx
parentc016824c5ac133f4617ecd0cb50b8db629a8db98 (diff)
#88882# parameter bGroupBox in SfxSingleTabDialog ctor is removed
Diffstat (limited to 'sc/source/ui/pagedlg/tphf.cxx')
-rw-r--r--sc/source/ui/pagedlg/tphf.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx
index 850a72465aa4..c931ed343fdd 100644
--- a/sc/source/ui/pagedlg/tphf.cxx
+++ b/sc/source/ui/pagedlg/tphf.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tphf.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2001-03-01 14:37:07 $
+ * last change: $Author: nn $ $Date: 2001-07-04 12:21:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -262,7 +262,7 @@ IMPL_LINK( ScHFPage, HFEditHdl, void*, EMPTYARG )
String aText;
SfxSingleTabDialog* pDlg
= new SfxSingleTabDialog( pViewSh->GetViewFrame(), this,
- aDataSet, 42, FALSE );
+ aDataSet, 42 );
BOOL bRightPage = aCntSharedBox.IsChecked()
|| ( SVX_PAGE_LEFT != SvxPageUsage(nPageUsage) );