summaryrefslogtreecommitdiff
path: root/include/tools/pstm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/pstm.hxx')
-rw-r--r--include/tools/pstm.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/tools/pstm.hxx b/include/tools/pstm.hxx
index 402a0c9e0635..e1e584334bc7 100644
--- a/include/tools/pstm.hxx
+++ b/include/tools/pstm.hxx
@@ -22,7 +22,6 @@
#include <tools/toolsdllapi.h>
#include <tools/unqidx.hxx>
#include <tools/ref.hxx>
-#include <tools/rtti.hxx>
#include <tools/stream.hxx>
#include <map>
#include <unordered_map>
@@ -49,11 +48,9 @@ public:
class TOOLS_DLLPUBLIC SvRttiBase : public SvRefBase
{
public:
- TYPEINFO();
};
#define SV_DECL_PERSIST1( Class, Super1, CLASS_ID ) \
- TYPEINFO_OVERRIDE(); \
static sal_Int32 StaticClassId() { return CLASS_ID; } \
static void * CreateInstance( SvPersistBase ** ppBase ); \
friend SvPersistStream& operator >> ( SvPersistStream & rStm, \
@@ -80,7 +77,6 @@ public:
}
#define SV_IMPL_PERSIST1( Class, Super1 ) \
- TYPEINIT1( Class, Super1 ) \
PRV_SV_IMPL_PERSIST( Class )
class SvPersistStream;