summaryrefslogtreecommitdiff
path: root/filter/inc/filter/msfilter/escherex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/inc/filter/msfilter/escherex.hxx')
-rw-r--r--filter/inc/filter/msfilter/escherex.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/filter/inc/filter/msfilter/escherex.hxx b/filter/inc/filter/msfilter/escherex.hxx
index 6ffa250de479..de9d27e5569a 100644
--- a/filter/inc/filter/msfilter/escherex.hxx
+++ b/filter/inc/filter/msfilter/escherex.hxx
@@ -1397,7 +1397,9 @@ public:
class InteractionInfo
{
bool mbHasInteraction;
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
std::auto_ptr<SvMemoryStream> mpHyperlinkRecord;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
InteractionInfo();
public:
@@ -1406,7 +1408,9 @@ public:
mpHyperlinkRecord.reset( pStream );
}
bool hasInteraction() { return mbHasInteraction; }
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
const std::auto_ptr< SvMemoryStream >& getHyperlinkRecord() { return mpHyperlinkRecord; }
+ SAL_WNODEPRECATED_DECLARATIONS_POP
};
class EscherExHostAppData