diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 09:00:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 09:00:37 +0000 |
commit | 1ca62cfbb4fd2c971edc6e343231581cc0544a31 (patch) | |
tree | 7b5449dbaa86a2f16628431448f51ac38b4792dd /reportdesign/inc | |
parent | 8d83215ba5ef1fcf4c4fc158cab5923898d3853d (diff) |
INTEGRATION: CWS dba31a (1.3.30); FILE MERGED
2008/07/15 08:38:54 fs 1.3.30.1: remove unused code
Issue number: #i91592#
Submitted by: cmc@openoffice.org
Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/reportformula.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/reportdesign/inc/reportformula.hxx b/reportdesign/inc/reportformula.hxx index e5c37c715..a691a6071 100644 --- a/reportdesign/inc/reportformula.hxx +++ b/reportdesign/inc/reportformula.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: reportformula.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -70,9 +70,6 @@ namespace rptui /// constructs a ReportFormula object from a string ReportFormula( const ::rtl::OUString& _rFormula ); - /// constructs a ReportFormula object from a string - ReportFormula( const ::com::sun::star::uno::Any& _rWrappedFormula ); - /// constructs a ReportFormula by BindType ReportFormula( const BindType _eType, const ::rtl::OUString& _rFieldOrExpression ); |