svx/source/unodraw/shapeimpl.hxx |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit ad5a7fbf8eb3be526a2c235fb41aba5792d806ec
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Nov 15 18:05:21 2012 +0100

    -Werror=overloaded-virtual
    
    Change-Id: Ic444c979d4975198d9818d7257c85cd44639fda7

diff --git a/svx/source/unodraw/shapeimpl.hxx b/svx/source/unodraw/shapeimpl.hxx
index 3b9f1c8..ab09263 100644
--- a/svx/source/unodraw/shapeimpl.hxx
+++ b/svx/source/unodraw/shapeimpl.hxx
@@ -57,6 +57,8 @@ public:
     virtual ~SvxPluginShape() throw();
 
     virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& 
aPropertyName, const ::com::sun::star::uno::Any& aValue ) 
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);
+    using SvxUnoTextRangeBase::setPropertyValue;
+
     virtual void SAL_CALL setPropertyValues( const 
::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const 
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw 
(::com::sun::star::beans::PropertyVetoException, 
::com::sun::star::lang::IllegalArgumentException, 
::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
 
     virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage = NULL );
@@ -78,6 +80,8 @@ public:
     virtual ~SvxAppletShape() throw();
 
     virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& 
aPropertyName, const ::com::sun::star::uno::Any& aValue ) 
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);
+    using SvxUnoTextRangeBase::setPropertyValue;
+
     virtual void SAL_CALL setPropertyValues( const 
::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const 
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw 
(::com::sun::star::beans::PropertyVetoException, 
::com::sun::star::lang::IllegalArgumentException, 
::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
 
     virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage = NULL );
@@ -99,6 +103,8 @@ public:
     virtual ~SvxFrameShape() throw();
 
     virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& 
aPropertyName, const ::com::sun::star::uno::Any& aValue ) 
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);
+    using SvxUnoTextRangeBase::setPropertyValue;
+
     virtual void SAL_CALL setPropertyValues( const 
::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const 
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw 
(::com::sun::star::beans::PropertyVetoException, 
::com::sun::star::lang::IllegalArgumentException, 
::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
 
     virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage = NULL ) 
throw ();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to