Kaydet (Commit) 379c7011 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile Kaydeden (comit) Caolán McNamara

Move Custom Panel example to the SDK

(cherry picked from commit d0b30a0f)

Change-Id: I898433cbdf9f779f425424d600ebb4f0946ccf20
üst f94000bf
...@@ -215,7 +215,7 @@ namespace sd { namespace colortoolpanel ...@@ -215,7 +215,7 @@ namespace sd { namespace colortoolpanel
{ {
} }
//------------------------------------------------------------------------------------------------------------------ //------------------------------------------------------------------------------------------------------------------
Reference< XFrame > SAL_CALL PanelUIElement::getFrame() throw (RuntimeException) Reference< XFrame > SAL_CALL PanelUIElement::getFrame() throw (RuntimeException)
{ {
// TODO // TODO
...@@ -234,7 +234,7 @@ namespace sd { namespace colortoolpanel ...@@ -234,7 +234,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