summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par3.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index fec9c2cd0e53..4e25a26c8cac 100644
--- a/sw/source/filter/ww8/ww8par3.cxx
+++ b/sw/source/filter/ww8/ww8par3.cxx
@@ -21,7 +21,7 @@
#include <vcl/svapp.hxx>
#include <vcl/outdev.hxx>
-#include <toolkit/helper/vclunohelper.hxx>
+#include <vcl/unohelp.hxx>
#include <com/sun/star/form/XForm.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/drawing/XShapes.hpp>
@@ -2353,7 +2353,7 @@ awt::Size SwWW8ImplReader::MiserableDropDownFormHack(const OUString &rString,
break;
case RES_CHRATR_WEIGHT:
- aTmp <<= (float)VCLUnoHelper::ConvertFontWeight(
+ aTmp <<= (float)vcl::unohelper::ConvertFontWeight(
static_cast<const SvxWeightItem*>(pItem)->GetWeight() );
aFont.SetWeight( static_cast<const SvxWeightItem*>(pItem)->GetWeight() );
break;