summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2012-05-30 07:56:17 +0000
committerArmin Le Grand <alg@apache.org>2012-05-30 07:56:17 +0000
commitf0d806633482b0495cd34cd9fa66fde851cf4d80 (patch)
tree25980f63cce595ed079c5b96990973048cf75266 /svx/inc
parent5de5fd495d7cdad852d1631941ae03ec213f93b7 (diff)
#119337# Solves the wrong get/setPropertyValue calls in SvxShapeText (and thus in SvxOle2Shape)
Notes
Notes: merged as: e6a3d1649ce331fd745957f7c0ea039ae27905a6
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/unoshape.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/inc/svx/unoshape.hxx b/svx/inc/svx/unoshape.hxx
index 6d74062ff870..46aa1485495d 100644
--- a/svx/inc/svx/unoshape.hxx
+++ b/svx/inc/svx/unoshape.hxx
@@ -339,9 +339,6 @@ protected:
virtual void unlock();
protected:
- using SvxUnoTextRangeBase::setPropertyValue;
- using SvxUnoTextRangeBase::getPropertyValue;
-
// overide these for special property handling in subcasses. Return true if property is handled
virtual bool setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual bool getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);