summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/TextFrame.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/TextFrame.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/TextFrame.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/oovbaapi/ooo/vba/excel/TextFrame.idl b/oovbaapi/ooo/vba/excel/TextFrame.idl
index 3d11afefc46c..21684f7014d0 100644
--- a/oovbaapi/ooo/vba/excel/TextFrame.idl
+++ b/oovbaapi/ooo/vba/excel/TextFrame.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_TextFrame_idl__
-#define __ooo_vba_excel_TextFrame_idl__
-
-#include <ooo/vba/excel/XTextFrame.idl>
-#include <com/sun/star/uno/XComponentContext.idl>
-
module ooo { module vba { module excel {
service TextFrame : XTextFrame
{
@@ -31,6 +25,4 @@ service TextFrame : XTextFrame
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */