summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/layerexport.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-20 21:10:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-22 09:39:15 +0100
commit477a7e71d18f4a00f82e412a953d5e96e3d2979d (patch)
tree3ac3fd5b37ab89c166438ad03c7d7ede380487e1 /xmloff/source/forms/layerexport.hxx
parent6948de03ed476b8b2c87a3eaa6b5bf10527aff74 (diff)
callcatcher: next layer of unused methods
Diffstat (limited to 'xmloff/source/forms/layerexport.hxx')
-rw-r--r--xmloff/source/forms/layerexport.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/xmloff/source/forms/layerexport.hxx b/xmloff/source/forms/layerexport.hxx
index 30d89ced4343..dbb918a83509 100644
--- a/xmloff/source/forms/layerexport.hxx
+++ b/xmloff/source/forms/layerexport.hxx
@@ -152,16 +152,6 @@ namespace xmloff
const ::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor >& _rEvents
);
- /** seek to the page given.
-
- <p>This must be called before you can retrieve any ids for controls on the page.</p>
-
- @see
- getControlId
- */
- sal_Bool seekPage(
- const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& _rxDrawPage);
-
/** get the id of the given control.
<p>You must have sought to the page of the control before calling this.</p>
@@ -231,10 +221,6 @@ namespace xmloff
*/
bool documentContainsXForms() const;
- /** exports the controls number styles
- */
- void exportControlNumberStyles();
-
/** exports the automatic control number styles
*/
void exportAutoControlNumberStyles();