Kaydet (Commit) 6d2c58ea authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS ab33 (1.7.12); FILE MERGED

2007/01/10 16:34:43 ab 1.7.12.1: #i69280# Removed warnings
üst 5fef2c3e
......@@ -4,9 +4,9 @@
*
* $RCSfile: accessibledialogwindow.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: ihi $ $Date: 2006-11-14 15:28:12 $
* last change: $Author: vg $ $Date: 2007-01-16 16:27:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -596,7 +596,7 @@ awt::Rectangle AccessibleDialogWindow::implGetBounds() throw (RuntimeException)
// SfxListener
// -----------------------------------------------------------------------------
void AccessibleDialogWindow::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
void AccessibleDialogWindow::Notify( SfxBroadcaster&, const SfxHint& rHint )
{
if ( rHint.ISA( SdrHint ) )
{
......@@ -623,6 +623,7 @@ void AccessibleDialogWindow::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
RemoveChild( ChildDescriptor( pDlgEdObj ) );
}
break;
default: ;
}
}
else if ( rHint.ISA( DlgEdHint ) )
......@@ -654,6 +655,7 @@ void AccessibleDialogWindow::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
UpdateSelected();
}
break;
default: ;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment