summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:59:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:59:45 +0000
commitc897b04efd8c2289d793da86c335cbd0a4e37355 (patch)
treecef5819d503873593d015c9b841ec521e19cfb36 /reportdesign/inc
parent7e96cd6b7da377b9dff74e56690f5a42f21cb5e5 (diff)
INTEGRATION: CWS dba31a (1.7.12); FILE MERGED
2008/07/15 08:38:54 fs 1.7.12.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/RptObject.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx
index 89976da4fed2..331b012b4824 100644
--- a/reportdesign/inc/RptObject.hxx
+++ b/reportdesign/inc/RptObject.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: RptObject.hxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -198,8 +198,6 @@ public:
{
return new OOle2Obj( _xComponent,_nType );
}
- OOle2Obj(const ::rtl::OUString& _sComponentName,const svt::EmbeddedObjectRef& rNewObjRef, const String& rNewObjName, const Rectangle& rNewRect,UINT16 _nType, FASTBOOL bFrame_=FALSE);
-
protected:
OOle2Obj(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xComponent,UINT16 _nType);
OOle2Obj(const ::rtl::OUString& _sComponentName,UINT16 _nType);