diff options
Diffstat (limited to 'extensions/workben/testframecontrol.cxx')
-rw-r--r-- | extensions/workben/testframecontrol.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/workben/testframecontrol.cxx b/extensions/workben/testframecontrol.cxx index 247374caaf8e..7e674909e271 100644 --- a/extensions/workben/testframecontrol.cxx +++ b/extensions/workben/testframecontrol.cxx @@ -34,7 +34,7 @@ using namespace usr; -//================================================================================================== + class Listener_Impl : public UsrObject , public XMouseListener @@ -185,7 +185,7 @@ void Listener_Impl::windowPaint( const PaintEvent& evt ) void Listener_Impl::disposing( const EventObject& evt ) {} -//================================================================================================== + class FrameControlApplication : public Application { @@ -239,7 +239,7 @@ void FrameControlApplication::init() - // ... + XInterfaceRef xInst = xMgr->createInstance( L"stardiv.one.frame.FrameControl" ); if (xInst->queryInterface( XControl::getSmartUik(), _xControl )) |