summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doccorr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/doccorr.cxx')
-rw-r--r--sw/source/core/doc/doccorr.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/sw/source/core/doc/doccorr.cxx b/sw/source/core/doc/doccorr.cxx
index 3cc38fa1aaa6..981b7da71510 100644
--- a/sw/source/core/doc/doccorr.cxx
+++ b/sw/source/core/doc/doccorr.cxx
@@ -358,4 +358,13 @@ SwEditShell* SwDoc::GetEditShell()
return GetEditShell();
}
+//bool foo()
+//{
+// bool b1 = true ? true : false;
+// bool b2 = (true ? true : false) ? true : false;
+// bool b3 = true ? (true ? true : false) : false;
+// bool b4 = true ? true : (true ? true : false);
+// return false;
+//}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */