summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/unoautopilot.inl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2001-03-06 09:06:40 +0000
committerOliver Bolte <obo@openoffice.org>2001-03-06 09:06:40 +0000
commitd3294bc233ffc29d857d556da684819e47a7fadb (patch)
treed15c5fe8bc439b5fa22f5a2ef0539a2eddba4633 /extensions/source/dbpilots/unoautopilot.inl
parent6175bad01b4f72eb9ac48a169b64e12a5efe76b2 (diff)
#65293# parse error linux
Diffstat (limited to 'extensions/source/dbpilots/unoautopilot.inl')
-rw-r--r--extensions/source/dbpilots/unoautopilot.inl11
1 files changed, 7 insertions, 4 deletions
diff --git a/extensions/source/dbpilots/unoautopilot.inl b/extensions/source/dbpilots/unoautopilot.inl
index 4439dfb1afd3..54aedb935de7 100644
--- a/extensions/source/dbpilots/unoautopilot.inl
+++ b/extensions/source/dbpilots/unoautopilot.inl
@@ -2,9 +2,9 @@
*
* $RCSfile: unoautopilot.inl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2001-02-21 09:24:52 $
+ * last change: $Author: obo $ $Date: 2001-03-06 10:06:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,9 +121,9 @@ template <class TYPE, class SERVICEINFO>
//---------------------------------------------------------------------
template <class TYPE, class SERVICEINFO>
-::com::sun::star::uno::Reference<::com::sun::star::beans::XPropertySetInfo> SAL_CALL OUnoAutoPilot<TYPE, SERVICEINFO>::getPropertySetInfo() throw(::com::sun::star::uno::RuntimeException)
+::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OUnoAutoPilot<TYPE, SERVICEINFO>::getPropertySetInfo() throw(::com::sun::star::uno::RuntimeException)
{
- ::com::sun::star::uno::Reference<::com::sun::star::beans::XPropertySetInfo> xInfo( createPropertySetInfo( getInfoHelper() ) );
+ ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) );
return xInfo;
}
@@ -168,6 +168,9 @@ void OUnoAutoPilot<TYPE, SERVICEINFO>::implInitialize(const com::sun::star::uno:
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2001/02/21 09:24:52 fs
+ * initial checkin - form control auto pilots
+ *
*
* Revision 1.0 14.02.01 10:18:07 fs
************************************************************************/