summaryrefslogtreecommitdiff
path: root/include/xmloff/SchXMLExportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/SchXMLExportHelper.hxx')
-rw-r--r--include/xmloff/SchXMLExportHelper.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/xmloff/SchXMLExportHelper.hxx b/include/xmloff/SchXMLExportHelper.hxx
index 6e14b764db90..6043a03eaa82 100644
--- a/include/xmloff/SchXMLExportHelper.hxx
+++ b/include/xmloff/SchXMLExportHelper.hxx
@@ -38,20 +38,19 @@ class SchXMLExportHelper_Impl;
class XMLOFF_DLLPUBLIC SchXMLExportHelper final : public salhelper::SimpleReferenceObject
{
public:
- SchXMLExportHelper( SvXMLExport& rExport,
- SvXMLAutoStylePoolP& rASPool );
+ SchXMLExportHelper(SvXMLExport& rExport, SvXMLAutoStylePoolP& rASPool);
virtual ~SchXMLExportHelper() override;
/// returns the string corresponding to the current FileFormat CLSID for Chart
const OUString& getChartCLSID() const;
- void SetSourceShellID( const OUString& rShellID );
- void SetDestinationShellID( const OUString& rShellID );
+ void SetSourceShellID(const OUString& rShellID);
+ void SetDestinationShellID(const OUString& rShellID);
private:
- SchXMLExportHelper(SchXMLExportHelper const &) = delete;
- SchXMLExportHelper& operator =(SchXMLExportHelper const &) = delete;
+ SchXMLExportHelper(SchXMLExportHelper const&) = delete;
+ SchXMLExportHelper& operator=(SchXMLExportHelper const&) = delete;
private:
std::unique_ptr<SchXMLExportHelper_Impl> m_pImpl;