diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-09-26 09:12:02 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-09-26 09:12:02 +0100 |
commit | 3d22598a193130c5bfb0b5f459359a0b66b4424e (patch) | |
tree | f40c7935e2ff667e02707990c7e4b12de103fadb /svx | |
parent | 90879a4bc82f2e23a076275ccdaf7cc4751f56f0 (diff) |
more post colortable cleanup
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/ofaitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/ofaitem.hxx b/svx/inc/svx/ofaitem.hxx index cc5d813a720b..d4fd9c7ad12e 100644 --- a/svx/inc/svx/ofaitem.hxx +++ b/svx/inc/svx/ofaitem.hxx @@ -74,11 +74,11 @@ public: { return new OfaRefItem( *this ); } - rtl::Reference<reference_type> GetValue() const + inline rtl::Reference<reference_type> GetValue() const { return mxRef; } - void SetValue( const rtl::Reference<reference_type> &xRef ) + inline void SetValue( const rtl::Reference<reference_type> &xRef ) { mxRef = xRef; } |