summaryrefslogtreecommitdiff
path: root/vbahelper/inc/vbahelper/vbashape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/inc/vbahelper/vbashape.hxx')
-rw-r--r--vbahelper/inc/vbahelper/vbashape.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vbahelper/inc/vbahelper/vbashape.hxx b/vbahelper/inc/vbahelper/vbashape.hxx
index 93f670f1d5fe..693e94aa2857 100644
--- a/vbahelper/inc/vbahelper/vbashape.hxx
+++ b/vbahelper/inc/vbahelper/vbashape.hxx
@@ -45,9 +45,10 @@ typedef InheritedHelperInterfaceImpl< ListeningShape > ScVbaShape_BASE;
class VBAHELPER_DLLPUBLIC ScVbaShape : public ScVbaShape_BASE
{
-private:
protected:
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
std::auto_ptr< ov::ShapeHelper > m_pShapeHelper;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
css::uno::Reference< css::drawing::XShape > m_xShape;
css::uno::Reference< css::drawing::XShapes > m_xShapes;
css::uno::Reference< css::beans::XPropertySet > m_xPropertySet;