summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-03-25 07:09:25 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-03-25 10:55:33 +0100
commitfd75534be2d46b7acdaae4a58d852bb7e0e66b90 (patch)
tree91055a14725d0f84f5fd79bb5a6b760001c1261e /sw
parent8713236683f28d8ec1a13fe5c34d217af39e128e (diff)
Fix typo
Change-Id: I959a8bcc133d5f54ce991dff490ef339698be58a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91025 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/shells/drawdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/drawdlg.cxx b/sw/source/uibase/shells/drawdlg.cxx
index 9e5939697602..36d231bc4dde 100644
--- a/sw/source/uibase/shells/drawdlg.cxx
+++ b/sw/source/uibase/shells/drawdlg.cxx
@@ -343,7 +343,7 @@ static void lcl_unifyFillTransparencyItems(SfxItemSet& rSet)
XGradient aTmpGradient = pFillFloatTranspItem->GetGradientValue();
sal_uInt16 nTranspPercent = pFillTranspItem->GetValue();
- // Encode transparancy percentage as intensity
+ // Encode transparency percentage as intensity
sal_uInt16 nIntensity = 100 - std::min<sal_uInt16>
(std::max<sal_uInt16>(nTranspPercent, 0), 100);
aTmpGradient.SetStartIntens(nIntensity);
/trunk&id=b0926378ac46f50b16fa6a6c2e3b42937fc34976'>include/comphelper/IdPropArrayHelper.hxx
@@ -27,7 +27,6 @@
#include <osl/mutex.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <osl/diagnose.h>
-#include <comphelper/stl_types.hxx>
#include <rtl/instance.hxx>
#include <cppuhelper/propshlp.hxx>
diff --git a/include/comphelper/proparrhlp.hxx b/include/comphelper/proparrhlp.hxx
index d3085a30591c..b957683c89a6 100644
--- a/include/comphelper/proparrhlp.hxx
+++ b/include/comphelper/proparrhlp.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_COMPHELPER_PROPARRHLP_HXX
#define INCLUDED_COMPHELPER_PROPARRHLP_HXX
-#include <comphelper/stl_types.hxx>
#include <comphelper/propagg.hxx>
#include <cppuhelper/propshlp.hxx>
#include <osl/mutex.hxx>