summaryrefslogtreecommitdiff
path: root/include/filter/msfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-08-27 09:13:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-08-27 09:16:24 +0100
commitc249f93d96ec87b0acbd25ffe087543d6fe9fb14 (patch)
tree990908178026b65715b2570a6845a9e4b9ccfb08 /include/filter/msfilter
parent496ee4fcbe697552622901dfb72775d07496bdb0 (diff)
extend seek, loop ending tests to ppt specific code
Change-Id: Id4419b6b902b742117e248870b6a663c9c58955f
Diffstat (limited to 'include/filter/msfilter')
-rw-r--r--include/filter/msfilter/dffpropset.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/filter/msfilter/dffpropset.hxx b/include/filter/msfilter/dffpropset.hxx
index e04c2959b9fc..7e64a175da73 100644
--- a/include/filter/msfilter/dffpropset.hxx
+++ b/include/filter/msfilter/dffpropset.hxx
@@ -60,6 +60,7 @@ class MSFILTER_DLLPUBLIC DffPropSet
OUString GetPropertyString( sal_uInt32 nId, SvStream& rStrm ) const;
bool SeekToContent( sal_uInt32 nRecType, SvStream& rSt ) const;
void InitializePropSet( sal_uInt16 nPropSetType ) const;
+ static sal_uLong SanitizeEndPos(SvStream &rIn, sal_uLong nEndRecPos);
friend SvStream& ReadDffPropSet( SvStream& rIn, DffPropSet& rPropSet );
friend SvStream& operator|=( SvStream& rIn, DffPropSet& rPropSet );