From 47283424b1df542b4894a164bc895858427d1a62 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 11 Sep 2015 14:46:52 +0200 Subject: drawinglayer: com::sun::star->css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I65706e3e87c1ce287020c90a89f7dc00866bef64 Reviewed-on: https://gerrit.libreoffice.org/18501 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx') diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx index 95ff674980d9..01407cd48552 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx @@ -119,7 +119,7 @@ namespace drawinglayer constructed VclMetafileProcessor2D. It's still incarnated on demand, but exists for OOo runtime now by purpose. */ - static ::com::sun::star::uno::Reference< ::com::sun::star::i18n::XBreakIterator > mxBreakIterator; + static css::uno::Reference< css::i18n::XBreakIterator > mxBreakIterator; /* vcl::PDFExtOutDevData support For the first step, some extra actions at vcl::PDFExtOutDevData need to -- cgit