summaryrefslogtreecommitdiff
path: root/writerfilter/inc/rtftok
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2012-01-10 18:53:55 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2012-01-11 01:53:18 +0100
commit92c7b6733e55a6ab62bc231ecf0ffd5c0da7c8d2 (patch)
tree46a09ead0b30e16686e557bd60bf51ff5b843a53 /writerfilter/inc/rtftok
parent7cee57f336e3e24393e9280f41d82d372f9a2699 (diff)
fdo#38057 implement RTF import progressbar
Diffstat (limited to 'writerfilter/inc/rtftok')
-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 72fe6bd2d952..15b94eb65606 100644
--- a/writerfilter/inc/rtftok/RTFDocument.hxx
+++ b/writerfilter/inc/rtftok/RTFDocument.hxx
@@ -33,6 +33,7 @@
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/frame/XFrame.hpp>
+#include <com/sun/star/task/XStatusIndicator.hpp>
namespace writerfilter {
namespace rtftok {
@@ -62,7 +63,8 @@ namespace writerfilter {
::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::frame::XFrame > const & xFrame);
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > const & xFrame,
+ ::com::sun::star::uno::Reference< ::com::sun::star::task::XStatusIndicator > const & xStatusIndicator);
};
} // namespace rtftok
} // namespace writerfilter