summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docnew.cxx
diff options
context:
space:
mode:
authorValentin Kettner <vakevk+libreoffice@gmail.com>2014-05-26 16:16:28 +0200
committerValentin Kettner <vakevk+libreoffice@gmail.com>2014-06-03 19:12:03 +0200
commita0e90ab6062d0aa4db2fb3569303209f776a53fc (patch)
tree6749272d09aae4edbb8615f2afc9059605eaa4a7 /sw/source/core/doc/docnew.cxx
parentf8455332dc396f945b589e5f440ce593b9b064f5 (diff)
Fixed a typo in IDocumentSettingAccess.hxx
Compatability -> Compatibility Change-Id: Ia80e6db589a74d2aa8d1276195bc30ddb8d251fd
Diffstat (limited to 'sw/source/core/doc/docnew.cxx')
-rw-r--r--sw/source/core/doc/docnew.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 358aac4e994e..ea387a8f67cc 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -1009,7 +1009,7 @@ void SwDoc::ReplaceDefaults(const SwDoc& rSource)
void SwDoc::ReplaceCompatabilityOptions(const SwDoc& rSource)
{
- m_pDocumentSettingManager->ReplaceCompatabilityOptions(rSource.GetDocumentSettingManager());
+ m_pDocumentSettingManager->ReplaceCompatibilityOptions(rSource.GetDocumentSettingManager());
}
SfxObjectShell* SwDoc::CreateCopy(bool bCallInitNew ) const