| 2243 | //----------------------------------------------------------------------------- |
| 2244 | |
| 2245 | GuiControl* GuiEditCtrl::getCurrentAddSet() |
| 2246 | { |
| 2247 | if( !mCurrentAddSet ) |
| 2248 | setCurrentAddSet( mContentControl, false ); |
| 2249 | |
| 2250 | return mCurrentAddSet; |
| 2251 | } |
| 2252 | |
| 2253 | //----------------------------------------------------------------------------- |
| 2254 |
no outgoing calls
no test coverage detected