summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlform.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlform.cxx')
-rw-r--r--sw/source/filter/html/htmlform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlform.cxx b/sw/source/filter/html/htmlform.cxx
index c99dd5f9bbbc..13469b1569f1 100644
--- a/sw/source/filter/html/htmlform.cxx
+++ b/sw/source/filter/html/htmlform.cxx
@@ -611,7 +611,7 @@ static void lcl_html_setFixedFontProperty(
{
vcl::Font aFixedFont( OutputDevice::GetDefaultFont(
DefaultFontType::FIXED, LANGUAGE_ENGLISH_US,
- DEFAULTFONT_FLAGS_ONLYONE ) );
+ GetDefaultFontFlags::OnlyOne ) );
Any aTmp;
aTmp <<= OUString( aFixedFont.GetName() );
rPropSet->setPropertyValue("FontName", aTmp );
89632fc7f1eca53d73187a489dfa'>loplugin:constantparam in svxNoel Grandin 2016-08-24convert ControlType to scoped enumNoel Grandin 2016-07-07FloatWinPopupFlags::NoFocusClose is only set, never readCaolán McNamara 2016-05-19loplugin:unusedmethods in svxNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-02-04vcl: take into account the font width is the average font widthChris Sherlock 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-09-18fixes memleak : release references to TextPropertyPanelDennis Francis 2015-09-09convert Link<> to typedNoel Grandin 2015-08-11loplugin: defaultparamsNoel Grandin 2015-07-31svx: replace boost::function with std::functionMichael Stahl 2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky 2015-05-26Resolves: tdf#91542 crash on pressing return in sidebar line popupCaolán McNamara 2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin 2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin 2015-05-19tdf#91382 UI: Crash after visiting Sidebar Properties PagePhilippe Jung 2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin 2015-05-13refactor PopupControl to use RenderContextTomaž Vajngerl 2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann 2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin 2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl 2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl