summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/elementimport_impl.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:43:32 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:43:32 +0000
commit972761f6263efb7133a959d25d2b9907176e6165 (patch)
treeddac8efbfa6230923af96b6c3a51db671f8f817b /xmloff/source/forms/elementimport_impl.hxx
parenta49d967280a627e59bb9056ce05694490ceb4a4a (diff)
INTEGRATION: CWS sb59 (1.7.6); FILE MERGED
2006/08/18 18:46:28 sb 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2006/08/09 12:53:52 sb 1.7.6.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'xmloff/source/forms/elementimport_impl.hxx')
-rw-r--r--xmloff/source/forms/elementimport_impl.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/forms/elementimport_impl.hxx b/xmloff/source/forms/elementimport_impl.hxx
index 37c046c7fc8b..c2b6cdfb738e 100644
--- a/xmloff/source/forms/elementimport_impl.hxx
+++ b/xmloff/source/forms/elementimport_impl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: elementimport_impl.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2006-07-25 09:22:50 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:43:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,7 +47,7 @@
//=========================================================================
//-------------------------------------------------------------------------
template <class BASE>
-SvXMLImportContext* OContainerImport< BASE >::CreateChildContext(
+inline SvXMLImportContext* OContainerImport< BASE >::CreateChildContext(
sal_uInt16 _nPrefix, const ::rtl::OUString& _rLocalName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rxAttrList)
{
@@ -66,7 +66,7 @@ SvXMLImportContext* OContainerImport< BASE >::CreateChildContext(
//-------------------------------------------------------------------------
template <class BASE>
-::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
+inline ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
OContainerImport< BASE >::createElement()
{
// let the base class create the object
@@ -87,7 +87,7 @@ template <class BASE>
//-------------------------------------------------------------------------
template <class BASE>
-void OContainerImport< BASE >::EndElement()
+inline void OContainerImport< BASE >::EndElement()
{
BASE::EndElement();