diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-08-11 19:58:59 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-08-11 19:58:59 -0400 |
commit | ceb46895530a870e4b981d677f8fc7b3174460da (patch) | |
tree | 9c390040c487de3eadbd11107c55c4d3a177c458 /comphelper | |
parent | f871b281c91bfb2780619052705f864b6a566b6d (diff) |
Removed the rest of FORWARD_DECLARE_INTERFACE.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/uno3.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/comphelper/inc/comphelper/uno3.hxx b/comphelper/inc/comphelper/uno3.hxx index dff10cc994d3..2a199905857e 100644 --- a/comphelper/inc/comphelper/uno3.hxx +++ b/comphelper/inc/comphelper/uno3.hxx @@ -274,21 +274,6 @@ namespace comphelper } return sal_False; } - #define FORWARD_DECLARE_INTERFACE(NAME,XFACE) \ - namespace com \ - { \ - namespace sun \ - {\ - namespace star \ - {\ - namespace NAME \ - {\ - class XFACE; \ - }\ - }\ - }\ - }\ - //......................................................................... } // namespace comphelper |