diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2011-02-01 11:12:15 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2011-02-01 11:12:15 +0100 |
commit | 52846639a773ae8f13acc04e70e47e83f5b62b03 (patch) | |
tree | 91e0f4ae3bba4fa7c5d87df43f04fd50812de4c1 /xmloff/inc | |
parent | 64f03a9d0b6fe478e94ab75f8b2ddcc55bbe2a57 (diff) | |
parent | 315ad807a74502fc4020578f50c56edf67ef1fa4 (diff) |
CWS-TOOLING: integrate CWS dba34b
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/formlayerexport.hxx | 3 | ||||
-rw-r--r-- | xmloff/inc/xmloff/formlayerimport.hxx | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/inc/xmloff/formlayerexport.hxx b/xmloff/inc/xmloff/formlayerexport.hxx index c9325139474f..476b2f9d8272 100644 --- a/xmloff/inc/xmloff/formlayerexport.hxx +++ b/xmloff/inc/xmloff/formlayerexport.hxx @@ -165,9 +165,6 @@ namespace xmloff */ bool documentContainsXForms() const; - /// retrieves the property mapper for control styles - ::vos::ORef< SvXMLExportPropertyMapper > getStylePropertyMapper(); - /** exports the controls number styles */ void exportControlNumberStyles(); diff --git a/xmloff/inc/xmloff/formlayerimport.hxx b/xmloff/inc/xmloff/formlayerimport.hxx index 36a2a87a7ad3..37aa8e440444 100644 --- a/xmloff/inc/xmloff/formlayerimport.hxx +++ b/xmloff/inc/xmloff/formlayerimport.hxx @@ -62,11 +62,6 @@ namespace xmloff OFormLayerXMLImport(SvXMLImport& _rImporter); ~OFormLayerXMLImport(); - /** retrieves the property mapper form form related auto styles. - */ - ::vos::ORef< SvXMLImportPropertyMapper > - getStylePropertyMapper() const; - /** start importing the forms of the given page <p>starting the import of a new page (by using this method) invalidates the current page position |