summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/typedetection.cxx2
-rw-r--r--filter/source/msfilter/eschesdo.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index 40fcae860814..bd179b2650d8 100644
--- a/filter/source/config/cache/typedetection.cxx
+++ b/filter/source/config/cache/typedetection.cxx
@@ -1108,7 +1108,7 @@ OUString TypeDetection::impl_askUserForTypeAndFilterIfAllowed(utl::MediaDescript
if (aRequest.isAbort())
return OUString();
- // "OK" pressed => verify the selected filter, get it's corresponding
+ // "OK" pressed => verify the selected filter, get its corresponding
// 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 shure, that the selected filter is used
diff --git a/filter/source/msfilter/eschesdo.cxx b/filter/source/msfilter/eschesdo.cxx
index 4f98103eabc2..6c1d7ef8d40f 100644
--- a/filter/source/msfilter/eschesdo.cxx
+++ b/filter/source/msfilter/eschesdo.cxx
@@ -1110,7 +1110,7 @@ basegfx::B2DRange getUnrotatedGroupBoundRange(const Reference< XShape >& rxShape
}
else
{
- // iT#s a xShape, get it's transformation
+ // iT#s a xShape, get its transformation
const Reference< XPropertySet > mXPropSet(rxShape, UNO_QUERY);
if(mXPropSet.is())