From f871b281c91bfb2780619052705f864b6a566b6d Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 11 Aug 2011 19:53:21 -0400 Subject: No more FORWARD_DECLARE_INTERFACE in dbaccess. --- dbaccess/source/ui/app/AppController.hxx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui/app') diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index 8067846c2c1e..a0a13fe0ecb4 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -65,9 +65,15 @@ class TransferableHelper; class TransferableClipboardListener; class SfxFilter; -FORWARD_DECLARE_INTERFACE(container,XNameContainer) -FORWARD_DECLARE_INTERFACE(container,XContainer) -FORWARD_DECLARE_INTERFACE(ucb,XContent) +namespace com { namespace sun { namespace star { + namespace container { + class XNameContainer; + class XContainer; + } + namespace ucb { + class XContent; + } +}}} //........................................................................ namespace dbaui -- cgit