--- a/phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp Fri Mar 19 09:28:42 2010 +0200
@@ -70,11 +70,11 @@
// ---------------------------------------------------------
//
EXPORT_C void TPhoneCmdParamNote::SetTextResourceId( TInt aTextResourceId )
- {
- __ASSERT_DEBUG( aTextResourceId,
- Panic( EPhoneUtilsParameterNotInitialized ) );
- iTextResourceId = aTextResourceId;
- }
+ {
+ __ASSERT_DEBUG( aTextResourceId,
+ Panic( EPhoneUtilsParameterNotInitialized ) );
+ iTextResourceId = aTextResourceId;
+ }
// ---------------------------------------------------------
// TPhoneCmdParamNote::SetText
@@ -128,9 +128,9 @@
// ---------------------------------------------------------
//
EXPORT_C TInt TPhoneCmdParamNote::ResourceId() const
- {
- return iResourceId;
- }
+ {
+ return iResourceId;
+ }
// ---------------------------------------------------------
// TPhoneCmdParamNote::TextResourceId
@@ -139,9 +139,9 @@
// ---------------------------------------------------------
//
EXPORT_C TInt TPhoneCmdParamNote::TextResourceId() const
- {
- return iTextResourceId;
- }
+ {
+ return iTextResourceId;
+ }
// ---------------------------------------------------------
// TPhoneCmdParamNote::Text