summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 09:00:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 09:00:37 +0000
commita97ebc77296864249d3d3c0c087628e2c0e1d5db (patch)
treefd163067aa09523b41ab92f0186bd39b3b784df5 /reportdesign/inc
parentb144168203e98e3b6bdeffc02498b5190d31f4dd (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.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/reportdesign/inc/reportformula.hxx b/reportdesign/inc/reportformula.hxx
index 5fca7a88840e..4d553ceb9371 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 );