diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-10-12 13:00:46 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-10-12 13:00:46 +0200 |
commit | 4c12951a0304d257a6b0e6b5aa2ecbbe60393c8d (patch) | |
tree | 8d03b1ff605f0bf3b3f618ef969e064c66fbbf22 /sw/inc/doc.hxx | |
parent | d0d64225d853d01bf601b3738c26fd8ada41650e (diff) |
Typo: compatability->compatibility
Change-Id: If0b98a30452a9d1fcc340173deb6856755926471
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index c072fd100fc4..60d1ce5bcb09 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -898,8 +898,8 @@ public: // Replace all property defaults with those from rSource. void ReplaceDefaults( const SwDoc& rSource ); - // Replace all compatability options with those from rSource. - void ReplaceCompatabilityOptions( const SwDoc& rSource ); + // Replace all compatibility options with those from rSource. + void ReplaceCompatibilityOptions( const SwDoc& rSource ); /** Replace all user defined document properties with xSourceDocProps. |