summaryrefslogtreecommitdiff
path: root/writerfilter/source/doctok/WW8PropertySetImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/doctok/WW8PropertySetImpl.hxx')
-rw-r--r--writerfilter/source/doctok/WW8PropertySetImpl.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/writerfilter/source/doctok/WW8PropertySetImpl.hxx b/writerfilter/source/doctok/WW8PropertySetImpl.hxx
index 5c5c42b73a15..2f7bb0f34708 100644
--- a/writerfilter/source/doctok/WW8PropertySetImpl.hxx
+++ b/writerfilter/source/doctok/WW8PropertySetImpl.hxx
@@ -104,12 +104,13 @@ public:
virtual void resolve(Properties & rHandler);
/**
- Get and distribute information from sprm that is used
- internally by the document.
+ Get and distribute information from sprm that is used
+ internally by the document.
- @param rSprm sprm to process
+ @param rSprm sprm to process
+ @param rHandler property handler to resolve huge papx (sprm 0x6646) to
*/
- virtual void resolveLocal(Sprm & rSprm);
+ virtual void resolveLocal(Sprm & rSprm, Properties & rHandler);
};
class WW8PropertySetIteratorImpl : public WW8PropertySetIterator