diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2009-03-12 17:29:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2009-03-12 17:29:25 +0000 |
commit | 2a8efd9fb0f07780534b1fe864d88d3aabbc23a1 (patch) | |
tree | e36079d09823eb445f27f3fb752a537efbff63d4 /reportdesign/inc/ReportDefinition.hxx | |
parent | 587da420e46fcd54e98a3ead6c16e009ec1fde59 (diff) |
CWS-TOOLING: integrate CWS newbaselineunxlngi
2009-02-06 09:05:24 +0100 oj r267441 : move dll.h into the first line
2009-02-05 12:03:43 +0100 oj r267414 : remove inlines
2009-02-05 12:03:12 +0100 oj r267413 : remove inlines
2009-02-05 08:11:58 +0100 oj r267407 : remove dll.pmk
2009-02-05 07:44:34 +0100 oj r267403 : remove dll.pmk
2009-02-02 17:20:34 +0100 vg r267279 : rebased to m41
2009-02-02 12:35:08 +0100 oj r267259 : #i98651# include dll.pmk
2009-01-30 16:03:30 +0100 releng r267208 : #i98603# get rid of warnings
2009-01-29 15:05:55 +0100 releng r267146 : #i98603# revert changes
2009-01-29 15:00:24 +0100 releng r267143 : #i98603# get rid of warnings
2009-01-29 13:02:26 +0100 releng r267119 : #i10000# added missing dependency
2008-12-24 15:49:02 +0100 releng r265797 : #158998# fixes for the new unxlngi baseline
Diffstat (limited to 'reportdesign/inc/ReportDefinition.hxx')
-rw-r--r-- | reportdesign/inc/ReportDefinition.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/reportdesign/inc/ReportDefinition.hxx b/reportdesign/inc/ReportDefinition.hxx index 6df3170c4519..68b6a1c41771 100644 --- a/reportdesign/inc/ReportDefinition.hxx +++ b/reportdesign/inc/ReportDefinition.hxx @@ -31,6 +31,7 @@ #ifndef REPORTDESIGN_API_REPORTDEFINITION_HXX #define REPORTDESIGN_API_REPORTDEFINITION_HXX +#include "dllapi.h" #include <com/sun/star/report/XReportDefinition.hpp> #include <cppuhelper/compbase11.hxx> #include <cppuhelper/basemutex.hxx> @@ -49,7 +50,7 @@ #include <com/sun/star/frame/XModule.hpp> #include "ReportHelperDefines.hxx" #include <boost/shared_ptr.hpp> -#include "dllapi.h" + namespace rptui { |