summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/propertyimport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/propertyimport.hxx')
-rw-r--r--xmloff/source/forms/propertyimport.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/forms/propertyimport.hxx b/xmloff/source/forms/propertyimport.hxx
index 23d2b4c64c77..8cb81595f04e 100644
--- a/xmloff/source/forms/propertyimport.hxx
+++ b/xmloff/source/forms/propertyimport.hxx
@@ -123,18 +123,18 @@ namespace xmloff
*/
void enableTrackAttributes() { m_bTrackAttributes = true; }
- inline void implPushBackPropertyValue(const css::beans::PropertyValue& _rProp)
+ void implPushBackPropertyValue(const css::beans::PropertyValue& _rProp)
{
m_aValues.push_back(_rProp);
}
- inline void implPushBackPropertyValue( const OUString& _rName, const css::uno::Any& _rValue )
+ void implPushBackPropertyValue( const OUString& _rName, const css::uno::Any& _rValue )
{
m_aValues.push_back( css::beans::PropertyValue(
_rName, -1, _rValue, css::beans::PropertyState_DIRECT_VALUE ) );
}
- inline void implPushBackGenericPropertyValue(const css::beans::PropertyValue& _rProp)
+ void implPushBackGenericPropertyValue(const css::beans::PropertyValue& _rProp)
{
m_aGenericValues.push_back(_rProp);
}