diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:45:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:45:58 +0000 |
commit | 9f83e3c11ef94f6010839aae0d6198af6a967762 (patch) | |
tree | 1f5729034e87f701d29837b94374d1f04cdfbc96 /svx/source/svdraw/svdovirt.cxx | |
parent | b30e490534cf323cc86427b6501920579d5d082e (diff) |
INTEGRATION: CWS warnings01 (1.13.218); FILE MERGED
2006/02/23 19:32:21 aw 1.13.218.1: #i55991# Adaptions to warning free code
Diffstat (limited to 'svx/source/svdraw/svdovirt.cxx')
-rw-r--r-- | svx/source/svdraw/svdovirt.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdovirt.cxx b/svx/source/svdraw/svdovirt.cxx index 19f0daee4e23..d7c5ffb34692 100644 --- a/svx/source/svdraw/svdovirt.cxx +++ b/svx/source/svdraw/svdovirt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdovirt.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:38:12 $ + * last change: $Author: hr $ $Date: 2006-06-19 16:45:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -97,7 +97,7 @@ SdrObject& SdrVirtObj::ReferencedObj() return rRefObj; } -void __EXPORT SdrVirtObj::SFX_NOTIFY(SfxBroadcaster& rBC, const TypeId& rBCType, const SfxHint& rHint, const TypeId& rHintType) +void __EXPORT SdrVirtObj::SFX_NOTIFY(SfxBroadcaster& /*rBC*/, const TypeId& rBCType, const SfxHint& /*rHint*/, const TypeId& rHintType) { bClosedObj=rRefObj.IsClosedObj(); SetRectsDirty(); // hier noch Optimieren. |