diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-05 14:39:47 +0800 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-02-05 16:40:03 +0400 |
commit | 9c06348b32bd799241f23b1c2d75a46cf498d015 (patch) | |
tree | eaedb04eb775ee20712d41387ca28409bc2d9885 /xmloff/inc | |
parent | df58753d51c41253f26104d146a73ba74c42e33e (diff) |
Remove unused code.
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/SchXMLExport.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/inc/SchXMLExport.hxx b/xmloff/inc/SchXMLExport.hxx index f5034b0983c3..142667b74703 100644 --- a/xmloff/inc/SchXMLExport.hxx +++ b/xmloff/inc/SchXMLExport.hxx @@ -80,8 +80,6 @@ public: sal_uInt16 nExportFlags = EXPORT_ALL ); virtual ~SchXMLExport(); - void SetProgress( sal_Int32 nPercentage ); - UniReference< XMLPropertySetMapper > GetPropertySetMapper() const; // XServiceInfo ( : SvXMLExport ) |