From ceb46895530a870e4b981d677f8fc7b3174460da Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 11 Aug 2011 19:58:59 -0400 Subject: Removed the rest of FORWARD_DECLARE_INTERFACE. --- comphelper/inc/comphelper/uno3.hxx | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'comphelper') 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 -- cgit