summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/impldde.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/impldde.hxx')
-rw-r--r--sfx2/source/appl/impldde.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/appl/impldde.hxx b/sfx2/source/appl/impldde.hxx
index eab554c46d..86734c6fe3 100644
--- a/sfx2/source/appl/impldde.hxx
+++ b/sfx2/source/appl/impldde.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.
@@ -48,8 +49,8 @@ class SvDDEObject : public SvLinkSource
DdeRequest* pRequest;
::com::sun::star::uno::Any * pGetData;
- BYTE bWaitForData : 1; // wird auf Daten gewartet?
- BYTE nError : 7; // Error Code fuer den Dialog
+ BYTE bWaitForData : 1; // waiting for data?
+ BYTE nError : 7; // Error code for dialogue
BOOL ImplHasOtherFormat( DdeTransaction& );
@@ -76,3 +77,5 @@ public:
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */