summaryrefslogtreecommitdiff
path: root/filter/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-10 18:58:02 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-11 05:04:40 +0000
commitfba66b325c493567126b23d481d75ee00dc9c30d (patch)
tree4b8d64cc253aef14a22c5638b5f8175bc0049dcf /filter/source
parentb4fdb46a75731b22eb85671af4773e5bc9208f85 (diff)
Fix typos
Change-Id: I19d30a1ef4236dbe0a0053dad67a5ba7b1586fc8 Reviewed-on: https://gerrit.libreoffice.org/35054 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Johnny_M <klasse@partyheld.de> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter/source')
-rw-r--r--filter/source/config/cache/typedetection.cxx2
-rw-r--r--filter/source/flash/swfwriter2.cxx2
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index 6e4ef616d230..42d3d6957f4d 100644
--- a/filter/source/config/cache/typedetection.cxx
+++ b/filter/source/config/cache/typedetection.cxx
@@ -1109,7 +1109,7 @@ OUString TypeDetection::impl_askUserForTypeAndFilterIfAllowed(utl::MediaDescript
// type and return it. (BTW: We must update the media descriptor here ...)
// The user selected explicitly a filter ... but normaly we are interested on
// a type here only. But we must be sure, that the selected filter is used
- // too and no ambigous filter registration disturb us .-)
+ // too and no ambiguous filter registration disturb us .-)
OUString sFilter = aRequest.getFilter();
if (!impl_validateAndSetFilterOnDescriptor(rDescriptor, sFilter))
diff --git a/filter/source/flash/swfwriter2.cxx b/filter/source/flash/swfwriter2.cxx
index 185bd6056c8b..c9ee555bcb65 100644
--- a/filter/source/flash/swfwriter2.cxx
+++ b/filter/source/flash/swfwriter2.cxx
@@ -255,7 +255,7 @@ void Tag::writeRect( SvStream& rOut, const Rectangle& rRect )
minY = rRect.Bottom();
}
- // AS: Figure out the maximum nubmer of bits required to represent any of the
+ // AS: Figure out the maximum number of bits required to represent any of the
// rectangle coordinates. Since minX or minY could be negative, they could
// actually require more bits than maxX or maxY.
// AS: Christian, can they be negative, or is that a wasted check?
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index b3a9cd19a08a..2393e288bce3 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -5978,7 +5978,7 @@ bool SvxMSDffManager::GetShapeGroupContainerData( SvStream& rSt,
{
sal_uInt8 nVer;sal_uInt16 nInst;sal_uInt16 nFbt;sal_uInt32 nLength;
long nStartShapeGroupCont = rSt.Tell();
- // We are now in a shape group container (conditionally mulitple per page)
+ // We are now in a shape group container (conditionally multiple per page)
// an we now have to iterate through all contained shape containers
bool bFirst = !bPatriarch;
sal_uLong nReadSpGrCont = 0;