summaryrefslogtreecommitdiff
path: root/reportdesign/inc/reportformula.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-01-09 02:04:00 +0900
committerCaolán McNamara <caolanm@redhat.com>2011-01-09 20:51:39 +0000
commit8ae29f6ec6341b131d3d2c5e90d2efa5e954e206 (patch)
treeba792ca119d14e594396f177888b14a70e3b50fc /reportdesign/inc/reportformula.hxx
parent4492de10e0c61900bd00b1b03983073258161a93 (diff)
Remove unused code and fix typos
Diffstat (limited to 'reportdesign/inc/reportformula.hxx')
-rw-r--r--reportdesign/inc/reportformula.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/inc/reportformula.hxx b/reportdesign/inc/reportformula.hxx
index 8d26195f2010..1ff7c091dfe6 100644
--- a/reportdesign/inc/reportformula.hxx
+++ b/reportdesign/inc/reportformula.hxx
@@ -89,7 +89,7 @@ namespace rptui
If the formula denotes an expression, then the <em>undecorated content</em> is the expression
itself.
*/
- const ::rtl::OUString& getUndecoratedContent() const;// { return m_sUndecoratedContent; }
+ const ::rtl::OUString& getUndecoratedContent() const;
/// convenience alias for <code>getUndecoratedContent</code>, which asserts (in a non-product build) when used on an expression
inline ::rtl::OUString getFieldName() const;