summaryrefslogtreecommitdiff
path: root/editeng/source/misc/hangulhanja.cxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <thuswa@gmail.com>2011-02-16 16:34:02 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-02-16 17:18:05 -0500
commit65d891652fd5de4b93d9cd3dadd866b099af423b (patch)
tree41f71e98926e2013e959d385bf29e31a414a3132 /editeng/source/misc/hangulhanja.cxx
parentebf0ce614b01de1249cfa3f0082c33c70433045f (diff)
Translation of german comments.
Diffstat (limited to 'editeng/source/misc/hangulhanja.cxx')
-rw-r--r--editeng/source/misc/hangulhanja.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx
index cb25cba2b1e6..21b88157bfba 100644
--- a/editeng/source/misc/hangulhanja.cxx
+++ b/editeng/source/misc/hangulhanja.cxx
@@ -598,15 +598,6 @@ namespace editeng
}
}
- /*
- if ( bDocumentDone )
- return sal_True; // we explicitly know that the complete document is done
- else if ( bNeedUserInteraction )
- return sal_False; // the doc is not done, we found a convertible, but need the user to decide
- else
- return sal_True; // we did not find a next convertible, so the document is implicitly done
- */
-
return bDocumentDone || !bNeedUserInteraction;
}