summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
diff options
context:
space:
mode:
authorTsutomu Uchino <hanya@apache.org>2015-11-04 05:49:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-04 14:09:06 +0000
commit6917797cc8bcef55c4d9a96cf4c4f47e7edb59a8 (patch)
tree296af3417a3657b1e46570ad7b3b516212918158 /offapi/com/sun/star/report
parent42a63dd0e81f13a84a5f551e03ede685e2bf34c7 (diff)
Resolves: #i126627# wrong type description in @see tag
(cherry picked from commit a17388ff7dfeda73445967f7680cd7dc2832c95e) Change-Id: I8056767f88f4a6ced01a34f116e94f8e7192eefa
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