diff options
Diffstat (limited to 'oovbaapi/ooo/vba/word/XView.idl')
-rw-r--r-- | oovbaapi/ooo/vba/word/XView.idl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/oovbaapi/ooo/vba/word/XView.idl b/oovbaapi/ooo/vba/word/XView.idl index 788aa3d48e8b..985e5611fbf4 100644 --- a/oovbaapi/ooo/vba/word/XView.idl +++ b/oovbaapi/ooo/vba/word/XView.idl @@ -16,12 +16,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __ooo_vba_word_XView_idl__ -#define __ooo_vba_word_XView_idl__ - -#include <com/sun/star/uno/XInterface.idl> -#include <com/sun/star/script/BasicErrorException.idl> -#include <ooo/vba/XHelperInterface.idl> module ooo { module vba { module word { @@ -41,7 +35,5 @@ interface XView }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |