--------------------------------------------------------------------------
| 108 | |
| 109 | //-------------------------------------------------------------------------- |
| 110 | bool RibbonData::onAdd() |
| 111 | { |
| 112 | if(!Parent::onAdd()) |
| 113 | return false; |
| 114 | |
| 115 | return true; |
| 116 | } |
| 117 | |
| 118 | |
| 119 | bool RibbonData::preload(bool server, String &errorBuffer) |
nothing calls this directly
no test coverage detected