summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-15 10:41:58 +0200
committerNoel Grandin <noel@peralex.com>2014-10-15 10:42:50 +0200
commit872036c8e2e4a098a528a7f0083201433786d331 (patch)
tree1045624313866c349e12cfd81eb72abe8952b910 /sfx2/source
parent948afbaf3901909a62f06a73698a6172d3bc6d45 (diff)
remove unused DECL_OBJHINT and IMPL_OBJHINT macros
these have been unused since we switch to using normal C++ RTTI with the SfxHint subclasses Change-Id: Ia271cfa01d2f49ed335e90f78309cd26d6ec9d8f
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/appcfg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index f956a4885723..e4bf24273e28 100644
--- a/sfx2/source/appl/appcfg.cxx
+++ b/sfx2/source/appl/appcfg.cxx
@@ -898,6 +898,4 @@ void SfxApplication::NotifyEvent( const SfxEventHint& rEventHint, bool bSynchron
new SfxEventAsyncer_Impl( rEventHint );
}
-IMPL_OBJHINT( SfxStringHint, OUString )
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */