summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_table.xsl2
-rw-r--r--svx/source/sdr/properties/attributeproperties.cxx2
-rw-r--r--sw/source/ui/frmdlg/frmpage.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_table.xsl b/filter/source/xslt/import/wordml/wordml2ooo_table.xsl
index 6948469c4020..0f9525cb0b9c 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_table.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_table.xsl
@@ -281,7 +281,7 @@
<xsl:value-of select="$frame_v_anchor"/>
</xsl:attribute>
<!--/xsl:if-->
- <!--xsl:if test="w:tblpPr/@w:tblpXSpec" to get the horizntal alignment-->
+ <!--xsl:if test="w:tblpPr/@w:tblpXSpec" to get the horizontal alignment-->
<xsl:variable name="horizental_alignment">
<xsl:choose>
<xsl:when test="w:tblpPr/@w:tblpXSpec = 'left' ">
diff --git a/svx/source/sdr/properties/attributeproperties.cxx b/svx/source/sdr/properties/attributeproperties.cxx
index 424f4b49291d..07987534b19b 100644
--- a/svx/source/sdr/properties/attributeproperties.cxx
+++ b/svx/source/sdr/properties/attributeproperties.cxx
@@ -191,7 +191,7 @@ namespace sdr
// all layers. The StyleSheet-problem was solved in
// AttributeProperties::MoveToItemPool at the end. There, a StyleSheet with the
// same name was searched for in the target-SdrModel.
- // Start by retetting the current TargetStyleSheet so that nothing goes wrong
+ // Start by resetting the current TargetStyleSheet so that nothing goes wrong
// when we do not find a fitting TargetStyleSheet.
// Note: The test for SdrModelChange above was wrong (compared the already set
// new SdrObject), so this never triggered and pTargetStyleSheet was never set to
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index 4f39fc5ba416..a0d58c8a34d9 100644
--- a/sw/source/ui/frmdlg/frmpage.cxx
+++ b/sw/source/ui/frmdlg/frmpage.cxx
@@ -1993,7 +1993,7 @@ IMPL_LINK( SwFramePage, PosHdl, ListBox&, rLB, void )
else
m_bAtVertPosModified = true;
- // special treatment for HTML-Mode with horizonal-vertical-dependencies
+ // special treatment for HTML-Mode with horizontal-vertical-dependencies
if(m_bHtmlMode && (RndStdIds::FLY_AT_CHAR == GetAnchor()))
{
bool bSet = false;
> 2018-10-15add SvStream::TellEndNoel Grandin 2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen 2018-10-04xmlsecurity nss: avoid deleting the dsig context manuallyMiklos Vajna 2018-10-02make all notebooks scrollable and enable_popupCaolán McNamara 2018-10-01tdf#116085 make sure Certificate Manager is found with GPG4win v3Cor Nouws 2018-09-27xmlsecurity nss: avoid deleting the keys manager manuallyMiklos Vajna 2018-09-24loplugin:external (clang-cl)Stephan Bergmann 2018-09-20loplugin:useuniqueptr in xmlsecurity::BufferNodeNoel Grandin 2018-09-19tdf#118567 Signature Line: Fix ooxml signingSamuel Mehrbrodt 2018-09-19SignatureType should be "2" for ooxml signaturesSamuel Mehrbrodt 2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin 2018-09-17loplugin:simplifyconstruct (clang-cl)Stephan Bergmann 2018-09-17tdf#118569 Signature Line: When signing ooxml, only show X.509 certificatesSamuel Mehrbrodt 2018-09-17New loplugin:externalStephan Bergmann 2018-09-15Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurityArkadiy Illarionov 2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin 2018-09-12Simplify containers iterations in xmlsecurityArkadiy Illarionov 2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen 2018-09-06xmlsecurity: just two bools are fine, no need for bitfield complexityMiklos Vajna 2018-09-05Fix typo in codeAndrea Gelmini 2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin 2018-08-30xmlsecurity: use comphelper::containerToSequence()Miklos Vajna 2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov 2018-08-29new loplugin:oustringbufferNoel Grandin 2018-08-27tdf#119309 xmlsecurity xades: missing XML attribute on idSignedProperties refMiklos Vajna