summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report')
-rw-r--r--offapi/com/sun/star/report/XReportControlFormat.idl2
-rw-r--r--offapi/com/sun/star/report/XReportDefinition.idl2
-rw-r--r--offapi/com/sun/star/report/XReportEngine.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/report/XReportControlFormat.idl b/offapi/com/sun/star/report/XReportControlFormat.idl
index 836253dd2276..42926ff53955 100644
--- a/offapi/com/sun/star/report/XReportControlFormat.idl
+++ b/offapi/com/sun/star/report/XReportControlFormat.idl
@@ -332,7 +332,7 @@ interface XReportControlFormat
};
/** determines the type of the strike out of the character.
- @see com.sun.star.awt.FontStrikeout
+ @see com::sun::star::awt::FontStrikeout
*/
[attribute,bound] short CharStrikeout
{
diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl
index fc78ad9de0f5..cf412e96e608 100644
--- a/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/offapi/com/sun/star/report/XReportDefinition.idl
@@ -145,7 +145,7 @@ interface XReportDefinition
[attribute,bound] string Caption;
/** Specifies whether groups in a multi column report are kept together.
- @see com.sun.star.report.GroupKeepTogether
+ @see com::sun::star::report::GroupKeepTogether
*/
[attribute,bound] short GroupKeepTogether
{
diff --git a/offapi/com/sun/star/report/XReportEngine.idl b/offapi/com/sun/star/report/XReportEngine.idl
index 99036b1c43c2..de92bd8b2eb2 100644
--- a/offapi/com/sun/star/report/XReportEngine.idl
+++ b/offapi/com/sun/star/report/XReportEngine.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module report {
OnReportEnded Is fired when the report ended.
OnPageEnded Is fired when the page ended.
- @see com.sun.star.document.OfficeDocument
+ @see com::sun::star::document::OfficeDocument
*/
interface XReportEngine