summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 07:36:01 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 07:36:01 +0000
commite72aed8356ae7082407f3053ee6257550747fcee (patch)
treefc19a8ba17085c0d26d990491a5a1b5a53992aee /dbaccess
parentINTEGRATION: CWS oj14 (1.22.4); FILE MERGED (diff)
downloadcore-e72aed8356ae7082407f3053ee6257550747fcee.tar.gz
core-e72aed8356ae7082407f3053ee6257550747fcee.zip
INTEGRATION: CWS oj14 (1.2.28); FILE MERGED
2007/06/05 12:38:35 oj 1.2.28.4: merge problems fixed 2007/06/04 18:48:09 oj 1.2.28.3: RESYNC: (1.3-1.4); FILE MERGED 2006/12/18 16:23:20 oj 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2006/11/08 12:11:48 oj 1.2.28.1: use of new classes
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/databaseobjectview.cxx15
1 files changed, 12 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/databaseobjectview.cxx b/dbaccess/source/ui/misc/databaseobjectview.cxx
index 77c6b7a9fdb5..1b0094f76820 100644
--- a/dbaccess/source/ui/misc/databaseobjectview.cxx
+++ b/dbaccess/source/ui/misc/databaseobjectview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: databaseobjectview.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ihi $ $Date: 2007-04-16 16:28:24 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:36:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -384,8 +384,8 @@ namespace dbaui
_rDispatchArguments[nPos ].Name = PROPERTY_UPDATE_TABLENAME;
_rDispatchArguments[nPos++].Value <<= sTable;
}
-
}
+
//======================================================================
//= RelationDesigner
//======================================================================
@@ -394,6 +394,15 @@ namespace dbaui
:DatabaseObjectView( _rxORB, _rxApplication, _rxParentFrame, static_cast< ::rtl::OUString >( URL_COMPONENT_RELATIONDESIGN ) )
{
}
+ //======================================================================
+ //= OReportDesigner
+ //======================================================================
+ //----------------------------------------------------------------------
+ OReportDesigner::OReportDesigner( const Reference< XMultiServiceFactory >& _rxORB, const Reference< XDatabaseDocumentUI >& _rxApplication , const Reference< XFrame >& _rxParentFrame)
+ :DatabaseObjectView( _rxORB, _rxApplication, _rxParentFrame,static_cast< ::rtl::OUString >( URL_COMPONENT_REPORTDESIGN ) )
+ {
+ }
+
// .........................................................................
} // namespace dbaui