diff options
Diffstat (limited to 'idl/inc/basobj.hxx')
-rw-r--r-- | idl/inc/basobj.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index 1b9302fa254c..ce7f47bf50e6 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -49,17 +49,9 @@ enum }; typedef int WriteAttribute; -#define SV_DECL_META_FACTORY( Class, CLASS_ID ) \ - SV_DECL_PERSIST( Class, CLASS_ID ) - - #define SV_DECL_META_FACTORY1( Class, Super1, CLASS_ID ) \ SV_DECL_PERSIST1( Class, Super1, CLASS_ID ) -#define SV_IMPL_META_FACTORY( Class ) \ - SV_IMPL_PERSIST( Class ) - - #define SV_IMPL_META_FACTORY1( Class, Super1 ) \ SV_IMPL_PERSIST1( Class, Super1 ) |