Kaydet (Commit) d0b30a0f authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

Move Custom Panel example to the SDK

üst 7e025048
...@@ -226,7 +226,7 @@ namespace sd { namespace colortoolpanel ...@@ -226,7 +226,7 @@ namespace sd { namespace colortoolpanel
{ {
} }
//------------------------------------------------------------------------------------------------------------------ //------------------------------------------------------------------------------------------------------------------
Reference< XFrame > SAL_CALL PanelUIElement::getFrame() throw (RuntimeException) Reference< XFrame > SAL_CALL PanelUIElement::getFrame() throw (RuntimeException)
{ {
// TODO // TODO
...@@ -245,7 +245,7 @@ namespace sd { namespace colortoolpanel ...@@ -245,7 +245,7 @@ namespace sd { namespace colortoolpanel
return UIElementType::TOOLPANEL; return UIElementType::TOOLPANEL;
} }
//------------------------------------------------------------------------------------------------------------------ //------------------------------------------------------------------------------------------------------------------
Reference< XInterface > SAL_CALL PanelUIElement::getRealInterface( ) throw (RuntimeException) Reference< XInterface > SAL_CALL PanelUIElement::getRealInterface( ) throw (RuntimeException)
{ {
::osl::MutexGuard aGuard( m_aMutex ); ::osl::MutexGuard aGuard( m_aMutex );
......
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