#i10000# remove dublicate method declaration ControlHolder::invalidate
This commit is contained in:
parent
cfc78d6b12
commit
6cf9f51705
1 changed files with 0 additions and 11 deletions
|
@ -237,8 +237,6 @@ namespace sdr { namespace contact {
|
|||
|
||||
void invalidate() const;
|
||||
|
||||
void invalidate() const;
|
||||
|
||||
public:
|
||||
inline const Reference< XControl >& getControl() const { return m_xControl; }
|
||||
};
|
||||
|
@ -307,15 +305,6 @@ namespace sdr { namespace contact {
|
|||
pWindow->Invalidate();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
void ControlHolder::invalidate() const
|
||||
{
|
||||
Window* pWindow = VCLUnoHelper::GetWindow( m_xControl->getPeer() );
|
||||
OSL_ENSURE( pWindow, "ControlHolder::invalidate: no implementation access!" );
|
||||
if ( pWindow )
|
||||
pWindow->Invalidate();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
::basegfx::B2DVector ControlHolder::getZoom() const
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue