summaryrefslogtreecommitdiff
path: root/sw/source/core/access
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-12-15 12:01:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-12-15 12:01:46 +0000
commit3e3396189e2acd863096376ad39e8a59aff47e7e (patch)
tree2c2f7cfc3442020ed55ba6a0bc3cbd521aadb508 /sw/source/core/access
parentd6b3e99927528cd5ad313b36835abd287996519e (diff)
CWS-TOOLING: integrate CWS tl56_DEV300
Diffstat (limited to 'sw/source/core/access')
-rw-r--r--sw/source/core/access/textmarkuphelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/textmarkuphelper.cxx b/sw/source/core/access/textmarkuphelper.cxx
index 611d40d5373b..be68370f7df3 100644
--- a/sw/source/core/access/textmarkuphelper.cxx
+++ b/sw/source/core/access/textmarkuphelper.cxx
@@ -62,7 +62,7 @@ namespace {
pTextMarkupList = rTxtNode.GetWrong();
}
break;
- case text::TextMarkupType::GRAMMAR:
+ case text::TextMarkupType::PROOFREADING:
{
// support not implemented yet
pTextMarkupList = 0;