diff -r ed1e38b404e5 -r 6134b5029079 commsconfig/cscapplicationui/inc/cscservicecontainer.h --- a/commsconfig/cscapplicationui/inc/cscservicecontainer.h Wed Mar 31 21:20:05 2010 +0300 +++ b/commsconfig/cscapplicationui/inc/cscservicecontainer.h Wed Apr 14 15:49:55 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -463,6 +463,11 @@ * Pen down point */ TPoint iPenDownPoint; + + /** + * Holds current listbox item height + */ + TInt iListBoxItemHeight; #ifdef _DEBUG friend class UT_CSC;