summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmldlg_imexp/exp_share.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xmldlg_imexp/exp_share.hxx')
-rw-r--r--xmlscript/source/xmldlg_imexp/exp_share.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlscript/source/xmldlg_imexp/exp_share.hxx b/xmlscript/source/xmldlg_imexp/exp_share.hxx
index 8dc886ce5a34..661f356c5869 100644
--- a/xmlscript/source/xmldlg_imexp/exp_share.hxx
+++ b/xmlscript/source/xmldlg_imexp/exp_share.hxx
@@ -120,16 +120,16 @@ public:
void readDefaults( bool supportPrintable = true, bool supportVisible = true );
void readStringAttr(
OUString const & rPropName, OUString const & rAttrName );
- inline void readDoubleAttr(
+ void readDoubleAttr(
OUString const & rPropName, OUString const & rAttrName )
{ read<double>( rPropName, rAttrName ); }
- inline void readLongAttr(
+ void readLongAttr(
OUString const & rPropName, OUString const & rAttrName,
bool forceAttribute = false )
{ read<sal_Int32>( rPropName, rAttrName, forceAttribute ); }
void readHexLongAttr(
OUString const & rPropName, OUString const & rAttrName );
- inline void readShortAttr(
+ void readShortAttr(
OUString const & rPropName, OUString const & rAttrName )
{ read<sal_Int32>( rPropName, rAttrName ); }
inline void readBoolAttr(
@@ -165,7 +165,7 @@ public:
OUString const & rPropName, OUString const & rAttrName );
void readDataAwareAttr(
OUString const & rAttrName );
- inline void addBoolAttr(
+ void addBoolAttr(
OUString const & rAttrName, bool bValue )
{ addAttribute( rAttrName, OUString::boolean(bValue) ); }
void addNumberFormatAttr(