summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-20 17:46:54 +0200
committerEike Rathke <erack@redhat.com>2016-04-21 20:36:29 +0000
commit20f23c1a2838f0dc3c8ff37bf90b9ebe1d278772 (patch)
tree38aab6151cd817d7ba7ce70d496f00033a971a3d /filter
parentb74163742ff1288ad9ea1ec8e83ac08faf686893 (diff)
Fix typos
Change-Id: Ic4fbc8e7220eb4641f67ef4f85d4853608a369f4 Reviewed-on: https://gerrit.libreoffice.org/24257 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/Helper.java2
-rw-r--r--filter/source/config/cache/typedetection.hxx2
-rw-r--r--filter/source/msfilter/msdffimp.cxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/filter/qa/complex/filter/detection/typeDetection/Helper.java b/filter/qa/complex/filter/detection/typeDetection/Helper.java
index c51e2c8941cd..4cb767e0c2b9 100644
--- a/filter/qa/complex/filter/detection/typeDetection/Helper.java
+++ b/filter/qa/complex/filter/detection/typeDetection/Helper.java
@@ -298,7 +298,7 @@ public class Helper {
return newContent;
}
- /** returns a <code>MediaDescripto</code> filled with given properties and
+ /** returns a <code>MediaDescriptor</code> filled with given properties and
* values.
* @param propNames String Array of property names
* @param values Object Array of property values
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index af9f692a8ca1..548a14343925 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -181,7 +181,7 @@ private:
/** @short check if an input stream is already part of the
- given MediaDesciptor and creates a new one if necessary.
+ given MediaDescriptor and creates a new one if necessary.
@attention This method does further something special!
<ul>
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 8b2c1c3f69df..c4b367006b8f 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -2643,8 +2643,8 @@ void DffPropertyReader::ApplyAttributes( SvStream& rIn, SfxItemSet& rSet, DffObj
static bool bCheckShadow(false);
// #i124477# Found no reason not to set shadow, esp. since it is applied to evtl. existing text
- // and will lead to an error of in PPT someone used text and added the object shadow to the
- // object carryintg that text. I found no cases where this leads to problems (the old bugtracker
+ // and will lead to an error if in PPT someone used text and added the object shadow to the
+ // object carrying that text. I found no cases where this leads to problems (the old bugtracker
// task #160376# from sj is unfortunately no longer available). Keeping the code for now
// to allow easy fallback when this shows problems in the future
if(bCheckShadow)