summaryrefslogtreecommitdiff
path: root/reportdesign/inc/reportformula.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/inc/reportformula.hxx')
-rw-r--r--reportdesign/inc/reportformula.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/reportdesign/inc/reportformula.hxx b/reportdesign/inc/reportformula.hxx
index 12f9eae4695c..44dfed532018 100644
--- a/reportdesign/inc/reportformula.hxx
+++ b/reportdesign/inc/reportformula.hxx
@@ -26,14 +26,14 @@
#include <osl/diagnose.h>
-//........................................................................
+
namespace rptui
{
-//........................................................................
- //====================================================================
+
+
//= ReportFormula
- //====================================================================
+
class REPORTDESIGN_DLLPUBLIC ReportFormula
{
public:
@@ -103,23 +103,23 @@ namespace rptui
void impl_construct( const OUString& _rFormula );
};
- //--------------------------------------------------------------------
+
inline OUString ReportFormula::getFieldName() const
{
OSL_PRECOND( getType() == Field, "ReportFormula::getFieldName: not bound to a field!" );
return getUndecoratedContent();
}
- //--------------------------------------------------------------------
+
inline OUString ReportFormula::getExpression() const
{
OSL_PRECOND( getType() == Expression, "ReportFormula::getExpression: not bound to an expression!" );
return getUndecoratedContent();
}
-//........................................................................
+
} // namespace rptui
-//........................................................................
+
#endif // REPORTFORMULA_HXX