summaryrefslogtreecommitdiff
path: root/include/svx/ofaitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/ofaitem.hxx')
-rw-r--r--include/svx/ofaitem.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/ofaitem.hxx b/include/svx/ofaitem.hxx
index 9da08188480a..3340f5e63127 100644
--- a/include/svx/ofaitem.hxx
+++ b/include/svx/ofaitem.hxx
@@ -66,10 +66,6 @@ public:
{
return mxRef;
}
- inline void SetValue( const rtl::Reference<reference_type> &xRef )
- {
- mxRef = xRef;
- }
};
#endif