diff options
Diffstat (limited to 'include/xmloff/txtparae.hxx')
-rw-r--r-- | include/xmloff/txtparae.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx index 1c4634287abd..7855fde089ee 100644 --- a/include/xmloff/txtparae.hxx +++ b/include/xmloff/txtparae.hxx @@ -546,12 +546,6 @@ public: { exportPageFrames( bIsProgress ); } - void exportFramesBoundToFrame( - const css::uno::Reference< css::text::XTextFrame >& rParentTxtFrame, - bool bIsProgress ) - { - exportFrameFrames( false, bIsProgress, &rParentTxtFrame ); - } inline const XMLTextListAutoStylePool& GetListAutoStylePool() const; void SetBlockMode( bool bSet ) { bBlock = bSet; } |