summaryrefslogtreecommitdiff
path: root/sw/inc/SwAppletImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/SwAppletImpl.hxx')
-rw-r--r--sw/inc/SwAppletImpl.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/SwAppletImpl.hxx b/sw/inc/SwAppletImpl.hxx
index 0ad636adf67f..3c936b3a14f9 100644
--- a/sw/inc/SwAppletImpl.hxx
+++ b/sw/inc/SwAppletImpl.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -39,9 +40,7 @@
#include <tools/string.hxx>
#include <sfx2/frmhtml.hxx>
#include <sfx2/frmhtmlw.hxx>
-#ifndef _WRKWIN_HXX //autogen
#include <vcl/wrkwin.hxx>
-#endif
#include <sot/storage.hxx>
#include <svl/itemset.hxx>
@@ -54,7 +53,7 @@ class SfxItemSet;
class SwApplet_Impl
{
com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > xApplet;
- SvCommandList aCommandList; // und die szugehorige Command-List
+ SvCommandList aCommandList;
SfxItemSet aItemSet;
String sAlt;
@@ -77,3 +76,5 @@ public:
void SetAltText( const String& rAlt ) {sAlt = rAlt;}
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */