diff options
author | gt <gt@openoffice.org> | 2002-08-14 06:31:25 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2002-08-14 06:31:25 +0000 |
commit | a277cd06df9986170af3716ccd46665e1e15a2d1 (patch) | |
tree | eb0a972f404a7e516ad8e973d6628ec6de083c68 /svx | |
parent | ddf344d0a624f3a5ec06670829a66960ee0e714a (diff) |
#99927# remove of SfxSmallMacroTabPage
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/hltpbase.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/hltpbase.cxx b/svx/source/dialog/hltpbase.cxx index e2e841c521b1..b9aa65146c88 100644 --- a/svx/source/dialog/hltpbase.cxx +++ b/svx/source/dialog/hltpbase.cxx @@ -2,9 +2,9 @@ * * $RCSfile: hltpbase.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: sj $ $Date: 2002-07-25 10:51:33 $ + * last change: $Author: gt $ $Date: 2002-08-14 07:31:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -633,7 +633,7 @@ IMPL_LINK ( SvxHyperlinkTabPageBase, ClickScriptHdl_Impl, void *, EMPTYARG ) SfxMacroAssignDlg aDlg (this, *pItemSet ); // add events - SfxSmallMacroTabPage *pMacroPage = (SfxSmallMacroTabPage*) aDlg.GetTabPage(); + SfxMacroTabPage *pMacroPage = (SfxMacroTabPage*) aDlg.GetTabPage(); if ( pHyperlinkItem->GetMacroEvents() & HYPERDLG_EVENT_MOUSEOVER_OBJECT ) pMacroPage->AddEvent( String( SVX_RESSTR(RID_SVXSTR_HYPDLG_MACROACT1) ), |