summaryrefslogtreecommitdiff
path: root/include/svl/hint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/hint.hxx')
-rw-r--r--include/svl/hint.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx
index 70df0743b47a..4aec70090c54 100644
--- a/include/svl/hint.hxx
+++ b/include/svl/hint.hxx
@@ -28,24 +28,6 @@ public:
};
-
-#define DECL_PTRHINT(Visibility, Name, Type) \
- class Visibility Name: public SfxHint \
- { \
- Type* pObj; \
- \
- public: \
- explicit Name( Type* Object ); \
- virtual ~Name(); \
- \
- Type* GetObject() const { return pObj; } \
- }
-
-#define IMPL_PTRHINT(Name, Type) \
- Name::Name( Type* pObject ) { pObj = pObject; } \
- Name::~Name() {}
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */