core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/variables.htm
changeset 1791 727385d8e2b3
parent 1376 120480c02651
child 2137 0a2167a80b64
--- a/core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/variables.htm	Fri Aug 06 14:05:52 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/variables.htm	Fri Aug 06 14:28:38 2010 -0500
@@ -7,7 +7,7 @@
 <title>Variables and Expressions Overview </title>
 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
 </head>
-<body bgcolor="#FFFFFF">
+<body >
 <h2>Variables and Expressions Overview </h2>
 <p>Variables are symbols used in programs to store values or expressions that can change during the life of the program. Being able to view a variable's value is helpful when debugging a program. Expressions are the result of one or more variables being combined to produce a result based on the variable values and the way they are calculated. Variables are shown in the <a href="viewing_variables.htm">Variables</a> view while expressions are shown in the <a href="viewing_expressions.htm">Expressions</a> view.</p>
 <p>The following  cover various variable and expression concepts and actions: </p>