diff options
Diffstat (limited to 'reportdesign/inc/RptDef.hxx')
-rw-r--r-- | reportdesign/inc/RptDef.hxx | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/reportdesign/inc/RptDef.hxx b/reportdesign/inc/RptDef.hxx index c3bbd9cd1edc..95765bbe3f71 100644 --- a/reportdesign/inc/RptDef.hxx +++ b/reportdesign/inc/RptDef.hxx @@ -37,11 +37,18 @@ #include <svx/fmglob.hxx> #include <boost/shared_ptr.hpp> - -FORWARD_DECLARE_INTERFACE(report,XReportComponent) -FORWARD_DECLARE_INTERFACE(report,XReportDefinition) -FORWARD_DECLARE_INTERFACE(style,XStyle) -FORWARD_DECLARE_INTERFACE(beans,XPropertySet) +namespace com { namespace sun { namespace star { + namespace report { + class XReportComponent; + class XReportDefinition; + } + namespace style { + class XStyle; + } + namespace beans { + class XPropertySet; + } +}}} namespace rptui { |