From 7dbbb51f78f7a6f25a288739f9294576c399237b Mon Sep 17 00:00:00 2001 From: Tomas Hlavaty Date: Mon, 16 Jan 2012 19:55:42 +0100 Subject: idl type reference fixed --- offapi/com/sun/star/report/meta/XFormulaParser.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/report/meta/XFormulaParser.idl b/offapi/com/sun/star/report/meta/XFormulaParser.idl index bc7575be62b8..665f30732677 100644 --- a/offapi/com/sun/star/report/meta/XFormulaParser.idl +++ b/offapi/com/sun/star/report/meta/XFormulaParser.idl @@ -55,7 +55,7 @@ interface XFormulaParser Names and symbols not defined here lead to a parser/print error. */ - [attribute] sequence< sheet::FormulaOpCodeMapEntry > OpCodeMap; + [attribute] sequence< com::sun::star::sheet::FormulaOpCodeMapEntry > OpCodeMap; /** return the mapper for op codes. */ -- cgit