summaryrefslogtreecommitdiff
path: root/sw/source/ui/fmtui
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2002-08-14 06:42:26 +0000
committergt <gt@openoffice.org>2002-08-14 06:42:26 +0000
commitb67f45364dd551afd2c3ab4b5710eb15c2fcf93e (patch)
treee194aa25faf4eb5d735e947508c83d4986de0216 /sw/source/ui/fmtui
parent6107b10b1603f176a34854ac4fb104506a701c74 (diff)
#99927# remove of SfxSmallMacroTabPage
Diffstat (limited to 'sw/source/ui/fmtui')
-rw-r--r--sw/source/ui/fmtui/tmpdlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx
index 08fe13609d31..dab9263fd089 100644
--- a/sw/source/ui/fmtui/tmpdlg.cxx
+++ b/sw/source/ui/fmtui/tmpdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tmpdlg.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: pb $ $Date: 2002-08-06 11:51:45 $
+ * last change: $Author: gt $ $Date: 2002-08-14 07:40:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -342,7 +342,7 @@ SwTemplateDlg::SwTemplateDlg(Window* pParent,
AddTabPage(TP_COLUMN, SwColumnPage::Create,
SwColumnPage::GetRanges );
- AddTabPage( TP_MACRO_ASSIGN, SfxSmallMacroTabPage::Create, 0);
+ AddTabPage( TP_MACRO_ASSIGN, SfxMacroTabPage::Create, 0);
// Auskommentiert wegen Bug #45776 (per default keine Breite&Groesse in Rahmenvorlagen)
/* SwFmtFrmSize aSize( (const SwFmtFrmSize&)rBase.
@@ -607,7 +607,7 @@ void SwTemplateDlg::PageCreated( USHORT nId, SfxTabPage &rPage )
break;
case TP_MACRO_ASSIGN:
- SwMacroAssignDlg::AddEvents( (SfxSmallMacroTabPage&)rPage, MACASSGN_ALLFRM);
+ SwMacroAssignDlg::AddEvents( (SfxMacroTabPage&)rPage, MACASSGN_ALLFRM);
break;
case RID_SVXPAGE_PICK_NUM: