idlehomescreen/xmluirendering/uiengine/src/xnuienginepluginif.cpp
changeset 2 08c6ee43b396
parent 0 f72a12da539e
child 9 f966699dea19
equal deleted inserted replaced
1:5315654608de 2:08c6ee43b396
   195 // Forwards the call to the ui engine implementation
   195 // Forwards the call to the ui engine implementation
   196 // -----------------------------------------------------------------------------
   196 // -----------------------------------------------------------------------------
   197 //
   197 //
   198 EXPORT_C CXnDomStringPool& TXnUiEnginePluginIf::StringPool()
   198 EXPORT_C CXnDomStringPool& TXnUiEnginePluginIf::StringPool()
   199     {
   199     {
   200     return iUiEngine->ODT()->DomDocument().StringPool();
   200     return *iUiEngine->ODT()->DomDocument().StringPool();
   201     }
   201     }
   202 
   202 
   203 // -----------------------------------------------------------------------------
   203 // -----------------------------------------------------------------------------
   204 // TXnUiEnginePluginIf::VerticalPixelValueL
   204 // TXnUiEnginePluginIf::VerticalPixelValueL
   205 // Forwards the call to the ui engine implementation
   205 // Forwards the call to the ui engine implementation