summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XVPageBreaks.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XVPageBreaks.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/oovbaapi/ooo/vba/excel/XVPageBreaks.idl b/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
index 07501d44a44a..477e2b0be95d 100644
--- a/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
+++ b/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
@@ -24,11 +24,11 @@
#include <com/sun/star/script/BasicErrorException.idl>
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
//interface XVPageBreak;
@@ -40,7 +40,7 @@ interface XVPageBreaks
any Add( [in] any Before ) raises( com::sun::star::script::BasicErrorException );
};
-//=============================================================================
+
}; }; };