summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/pcrcommon.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/pcrcommon.hxx')
-rw-r--r--extensions/source/propctrlr/pcrcommon.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/pcrcommon.hxx b/extensions/source/propctrlr/pcrcommon.hxx
index 78b277cc1a77..c36462bf14eb 100644
--- a/extensions/source/propctrlr/pcrcommon.hxx
+++ b/extensions/source/propctrlr/pcrcommon.hxx
@@ -52,7 +52,7 @@ namespace pcr
//= helper
// small helper to make the "swap" call on an STL container a single-line call, which
- // in it's canonic form "aFoo.swap( Container() )" doesn't compile with GCC
+ // in its canonic form "aFoo.swap( Container() )" doesn't compile with GCC
template< class CONTAINER >
void clearContainer( CONTAINER& _rContainer )
{