summaryrefslogtreecommitdiff
path: root/salhelper/test/rtti/samplelibrtti.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-04-23 08:13:21 +0000
committerJoachim Lingner <jl@openoffice.org>2001-04-23 08:13:21 +0000
commite271fc5d1adfbb2e99bd554240e113c763e898a3 (patch)
tree45297cce8a1efa445c757052ce2d4e4f91311ddf /salhelper/test/rtti/samplelibrtti.cxx
parent84788fbef537cfac72d2b99974d9ca45458f32b6 (diff)
*** empty log message ***
Diffstat (limited to 'salhelper/test/rtti/samplelibrtti.cxx')
-rw-r--r--salhelper/test/rtti/samplelibrtti.cxx35
1 files changed, 35 insertions, 0 deletions
diff --git a/salhelper/test/rtti/samplelibrtti.cxx b/salhelper/test/rtti/samplelibrtti.cxx
new file mode 100644
index 000000000000..2b2bf930a8d9
--- /dev/null
+++ b/salhelper/test/rtti/samplelibrtti.cxx
@@ -0,0 +1,35 @@
+#include "samplelibrtti.hxx"
+
+// MyClassA =============================================================
+void MyClassA::funcA()
+{
+}
+
+void MyClassA::funcB()
+{
+}
+
+void MyClassA::funcC()
+{
+}
+
+void MyClassA::funcD()
+{
+}
+
+// MyClassB ===============================================================
+void MyClassB::funcA()
+{
+}
+
+void MyClassB::funcB()
+{
+}
+
+void MyClassB::funcC()
+{
+}
+
+void MyClassB::funcD()
+{
+} \ No newline at end of file