diff options
Diffstat (limited to 'include/xmloff/xmlexp.hxx')
-rw-r--r-- | include/xmloff/xmlexp.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index d0b02456e6f5..0e5060d72517 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -210,6 +210,9 @@ protected: // This method must be overloaded to export the content of <office:body>. virtual void _ExportContent() = 0; + OUString GetSourceShellID() const; + OUString GetDestinationShellID() const; + void SetExtended( bool bSet=true ) { mbExtended = bSet; } // save linked sections? (may be false in global documents) |