summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/propertyexport.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-19 11:17:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-10-19 11:17:47 +0200
commit322d455f9f87deb0551d7360ba10e4ae6e3021ab (patch)
tree5c68c94ef4279cdb8066428fd193e3e0d00b66d7 /xmloff/source/forms/propertyexport.hxx
parent5e80f012e75dfbcd3343fc45e35e0b32ca754b39 (diff)
Simplified comphelper::OSequenceIterator and its uses.
Diffstat (limited to 'xmloff/source/forms/propertyexport.hxx')
-rw-r--r--xmloff/source/forms/propertyexport.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx
index e31704c40530..1e3eaab55dd3 100644
--- a/xmloff/source/forms/propertyexport.hxx
+++ b/xmloff/source/forms/propertyexport.hxx
@@ -105,8 +105,10 @@ namespace xmloff
*/
void examinePersistence();
- /**
- */
+ template< typename T > void exportRemainingPropertiesSequence(
+ com::sun::star::uno::Any const & value,
+ token::XMLTokenEnum eValueAttName);
+
void exportRemainingProperties();
/** indicates that a property has been handled by a derived class, without using the helper methods of this