summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtfldi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtfldi.cxx')
-rw-r--r--xmloff/source/text/txtfldi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index 90d23a02502b..245d7e4001a3 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -711,7 +711,7 @@ void XMLSenderFieldImportContext::ProcessAttribute(
bool bVal(false);
bool const bRet = ::sax::Converter::convertBool(bVal, sAttrValue);
- // set bFixed if successfull
+ // set bFixed if successful
if (bRet) {
bFixed = bVal;
}
d>Noel Grandin 2017-10-22Replace some lists by vectors (vcl)Julien Nabet 2017-10-11Replace list by vector fontconfig/manager (vcl)Julien Nabet 2017-09-22vcl: [loplugin:badstatics] pManagerMichael Stahl 2017-07-25loplugin:unusedmethodsNoel Grandin 2017-07-15the font installation code is now controlled by ENABLE_GIOMarkus Mohrhard 2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin 2017-06-17loplugin:unusedfields in vcl part3Noel Grandin 2017-05-25loplugin:constantparamNoel Grandin 2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-03-25Fix typosAndrea Gelmini 2017-03-08valgrind: fix leakCaolán McNamara 2017-03-08const this upCaolán McNamara 2017-02-08This is only used within vclKhaled Hosny 2017-02-08Move the typedef where it is usedKhaled Hosny 2017-01-10loplugin:unusedfieldsNoel Grandin 2016-12-30Simplify this a bitKhaled Hosny 2016-12-02Simplify FontManager a bitKhaled Hosny 2016-12-02Always use FontConfig in UNXKhaled Hosny 2016-12-02Drop font cache on UNXKhaled Hosny 2016-11-30More dead codeKhaled Hosny 2016-11-26There is one font file type nowKhaled Hosny 2016-11-26Dead codeKhaled Hosny 2016-11-26Kill code for Type 1 fonts on UnixKhaled Hosny 2016-11-24move the FontConfigFontOptions out of FreetypeFontInstance nowCaolán McNamara 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-01std::list<sal_Unicode> to vectorNoel Grandin 2016-09-01std::list<int> to vectorNoel Grandin 2016-09-01std::list<int> to vectorNoel Grandin 2016-06-13Fix typosAndrea Gelmini 2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin 2016-02-19always support packagekit if dbus is enabledCaolán McNamara 2016-02-19move dbus config into its own config headerCaolán McNamara 2016-01-18loplugin: unused return values in vcl/Noel Grandin 2016-01-14vcl: fontmanager.hxx is a private Unix headerChris Sherlock