summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-25 06:22:18 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-25 16:14:02 +0100
commitdeae37714cb25c89604ca23138809f08f5ab496c (patch)
treec2ae4db3c8a60c89def281eae143c410c09cebef /chart2
parent468ab8a4d616ca05d5a23fb4abb66a510ef86311 (diff)
sal_True -> true in comment
Change-Id: I76ad0df3298bf57e679551a1a33153716ff3498e
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/inc/InternalData.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/InternalData.hxx b/chart2/source/inc/InternalData.hxx
index 9c6dc98a2547..7832d91ea602 100644
--- a/chart2/source/inc/InternalData.hxx
+++ b/chart2/source/inc/InternalData.hxx
@@ -84,7 +84,7 @@ private: //methods
/** resizes the data if at least one of the given dimensions is larger than
before. The data is never becoming smaller only larger.
- @return </sal_True>, if the data was enlarged
+ @return </true>, if the data was enlarged
*/
bool enlargeData( sal_Int32 nColumnCount, sal_Int32 nRowCount );