summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 14:31:21 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 14:31:21 +0000
commitc1db55893b6ea01f1929391fe71c01a8aa8ac9d4 (patch)
tree3239e92b1a8f08a2762e47668723a1edf4d65c10 /sc/source/ui/pagedlg
parentae7c96ece8421740563947be1204e61178c89535 (diff)
INTEGRATION: CWS sb59 (1.9.24); FILE MERGED
2006/08/18 12:36:36 sb 1.9.24.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r--sc/source/ui/pagedlg/tphf.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx
index 43ef49df1522..4a7847bd5be1 100644
--- a/sc/source/ui/pagedlg/tphf.cxx
+++ b/sc/source/ui/pagedlg/tphf.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tphf.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 14:21:08 $
+ * last change: $Author: obo $ $Date: 2006-10-12 15:31:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -235,9 +235,7 @@ IMPL_LINK( ScHFPage, HFEditHdl, void*, EMPTYARG )
else
{
String aText;
- SfxSingleTabDialog* pDlg
- = new SfxSingleTabDialog( pViewSh->GetViewFrame(), this,
- aDataSet, 42 );
+ SfxSingleTabDialog* pDlg = new SfxSingleTabDialog( this, aDataSet, 42 );
BOOL bRightPage = aCntSharedBox.IsChecked()
|| ( SVX_PAGE_LEFT != SvxPageUsage(nPageUsage) );