summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-08-11 19:58:59 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-08-11 19:58:59 -0400
commitceb46895530a870e4b981d677f8fc7b3174460da (patch)
tree9c390040c487de3eadbd11107c55c4d3a177c458 /reportdesign/source/ui
parentNo more FORWARD_DECLARE_INTERFACE in dbaccess. (diff)
downloadcore-ceb46895530a870e4b981d677f8fc7b3174460da.tar.gz
core-ceb46895530a870e4b981d677f8fc7b3174460da.zip
Removed the rest of FORWARD_DECLARE_INTERFACE.
Diffstat (limited to 'reportdesign/source/ui')
-rw-r--r--reportdesign/source/ui/inc/RptUndo.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/reportdesign/source/ui/inc/RptUndo.hxx b/reportdesign/source/ui/inc/RptUndo.hxx
index 1ac8295fb7c2..504de5216457 100644
--- a/reportdesign/source/ui/inc/RptUndo.hxx
+++ b/reportdesign/source/ui/inc/RptUndo.hxx
@@ -31,9 +31,16 @@
#include "UndoActions.hxx"
#include <functional>
-FORWARD_DECLARE_INTERFACE(awt,XControl)
-FORWARD_DECLARE_INTERFACE(awt,XControlContainer)
-FORWARD_DECLARE_INTERFACE(drawing,XShape)
+namespace com { namespace sun { namespace star {
+ namespace awt {
+ class XControl;
+ class XControlContainer;
+ }
+ namespace drawing {
+ class XShape;
+ }
+}}}
+
namespace dbaui
{
class IController;