summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 15:54:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-26 08:13:46 +0200
commit12ff6d6c35f84f4e57e59274049b7ece4e3d0a37 (patch)
tree20ebccdd1886b972b968428ab32e4578e3dacd98 /include/tools
parent1480a2d05aff1eb6984882aacf39570b6b78a5d5 (diff)
drop unused param from SV_DECL_PERSIST1 macro
Change-Id: Ie1a0a49effc2d88a4d57cf0e5f3608c6bbf4afb6
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/pstm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/pstm.hxx b/include/tools/pstm.hxx
index 1693ae7bcda0..26e86c70f05c 100644
--- a/include/tools/pstm.hxx
+++ b/include/tools/pstm.hxx
@@ -50,7 +50,7 @@ class TOOLS_DLLPUBLIC SvRttiBase : public SvRefBase
public:
};
-#define SV_DECL_PERSIST1( Class, Super1, CLASS_ID ) \
+#define SV_DECL_PERSIST1( Class, CLASS_ID ) \
static sal_Int32 StaticClassId() { return CLASS_ID; } \
static void * CreateInstance( SvPersistBase ** ppBase ); \
friend SvPersistStream& operator >> ( SvPersistStream & rStm, \