summaryrefslogtreecommitdiff
path: root/writerfilter/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-06-15 15:14:45 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2011-06-15 15:14:45 +0200
commitd942e9501032ef5934058d0ad1e278f40516b093 (patch)
treef5add5fb1ca52bf9ce6a4121949573667790ca68 /writerfilter/inc
parent5336ea8f1e7b2a50741f1b82c94de45f8d1798c3 (diff)
pass XFrame to the implementation to avoid assertion failures
Diffstat (limited to 'writerfilter/inc')
-rw-r--r--writerfilter/inc/rtftok/RTFDocument.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/writerfilter/inc/rtftok/RTFDocument.hxx b/writerfilter/inc/rtftok/RTFDocument.hxx
index 2d9c1c5a83e4..8b8ad25a8679 100644
--- a/writerfilter/inc/rtftok/RTFDocument.hxx
+++ b/writerfilter/inc/rtftok/RTFDocument.hxx
@@ -5,6 +5,7 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/lang/XComponent.hpp>
+#include <com/sun/star/frame/XFrame.hpp>
namespace writerfilter {
namespace rtftok {
@@ -33,7 +34,8 @@ namespace writerfilter {
createDocument(
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext,
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > const & xInputStream,
- ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > const & xDstDoc);
+ ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > const & xDstDoc,
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > const & xFrame);
};
} // namespace rtftok
} // namespace writerfilter