diff options
Diffstat (limited to 'include/comphelper/MasterPropertySet.hxx')
-rw-r--r-- | include/comphelper/MasterPropertySet.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/MasterPropertySet.hxx b/include/comphelper/MasterPropertySet.hxx index c1203a35b257..d18ad49786bf 100644 --- a/include/comphelper/MasterPropertySet.hxx +++ b/include/comphelper/MasterPropertySet.hxx @@ -39,8 +39,8 @@ namespace comphelper bool mbInit; SlaveData ( ChainablePropertySet *pSlave); - inline bool IsInit () { return mbInit;} - inline void SetInit ( bool bInit) { mbInit = bInit; } + bool IsInit () { return mbInit;} + void SetInit ( bool bInit) { mbInit = bInit; } }; } |