summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-04-23 15:08:34 +0000
committerJoachim Lingner <jl@openoffice.org>2001-04-23 15:08:34 +0000
commite6c4478b5934b4fa4cdeb01bbe2caf9460341cea (patch)
tree1cca5459d7707d5dd8b6677284f1e89fe7a77eee /salhelper
parente0bc7714e180bc8834468a509ec7ba99c27f9642 (diff)
*** empty log message ***
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/test/rtti/rttitest.cxx4
-rw-r--r--salhelper/test/rtti/samplelibrtti.cxx1
2 files changed, 3 insertions, 2 deletions
diff --git a/salhelper/test/rtti/rttitest.cxx b/salhelper/test/rtti/rttitest.cxx
index bf7ad300255f..ad03f3dc7960 100644
--- a/salhelper/test/rtti/rttitest.cxx
+++ b/salhelper/test/rtti/rttitest.cxx
@@ -16,8 +16,8 @@ int main( int argc, char *argv[ ], char *envp[ ] )
// test the virtual function
pA->funcA();
- const type_info& i1= typeid ( b);
- const type_info& i2= typeid( pA);
+// const type_info& i1= typeid ( b);
+// const type_info& i2= typeid( pA);
if( typeid( b) == typeid( pA))
printf("\nsame types");
diff --git a/salhelper/test/rtti/samplelibrtti.cxx b/salhelper/test/rtti/samplelibrtti.cxx
index 4830eb7a1bea..151ed9ae3c0a 100644
--- a/salhelper/test/rtti/samplelibrtti.cxx
+++ b/salhelper/test/rtti/samplelibrtti.cxx
@@ -1,4 +1,5 @@
#include "samplelibrtti.hxx"
+#include <stdio.h>
// MyClassA =============================================================
void MyClassA::funcA()