summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/JpegWriter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/JpegWriter.hxx')
-rw-r--r--vcl/source/filter/jpeg/JpegWriter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/filter/jpeg/JpegWriter.hxx b/vcl/source/filter/jpeg/JpegWriter.hxx
index a9f765a7c67e..edfa8acd391f 100644
--- a/vcl/source/filter/jpeg/JpegWriter.hxx
+++ b/vcl/source/filter/jpeg/JpegWriter.hxx
@@ -39,11 +39,11 @@ class JPEGWriter
bool* mpExpWasGrey;
- com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator > mxStatusIndicator;
+ css::uno::Reference< css::task::XStatusIndicator > mxStatusIndicator;
public:
JPEGWriter( SvStream& rStream,
- const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >* pFilterData,
+ const css::uno::Sequence< css::beans::PropertyValue >* pFilterData,
bool* pExportWasGrey = nullptr );
virtual ~JPEGWriter() {};