diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-09-30 06:36:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-09-30 06:36:06 +0000 |
commit | e4ab2a6af1ca911fd31c8b88d012c9a4b949d1df (patch) | |
tree | 312f6c3226f82ba746dee3c0cb91685845a4230e /svx/source/mnuctrls | |
parent | 5d2bfff0ba79f60adc413799658a5e32f6508587 (diff) |
CWS-TOOLING: integrate CWS sfxnotifyremoval
Diffstat (limited to 'svx/source/mnuctrls')
-rw-r--r-- | svx/source/mnuctrls/fntctl.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/mnuctrls/fntctl.cxx b/svx/source/mnuctrls/fntctl.cxx index 6c897125f2bc..1b00c199da48 100644 --- a/svx/source/mnuctrls/fntctl.cxx +++ b/svx/source/mnuctrls/fntctl.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fntctl.cxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.8.76.1 $ * * This file is part of OpenOffice.org. * @@ -132,8 +132,7 @@ void SvxFontMenuControl::StateChanged( der DocumentShell gef"ullt. */ -void SvxFontMenuControl::SFX_NOTIFY( SfxBroadcaster&, const TypeId& rBCType, - const SfxHint& rHint, const TypeId& rHintType ) +void SvxFontMenuControl::Notify( SfxBroadcaster&, const SfxHint& rHint ) { if ( rHint.Type() != TYPE(SfxSimpleHint) && ( (SfxSimpleHint&)rHint ).GetId() == SFX_HINT_DOCCHANGED ) |