summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/fileobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/fileobj.hxx')
-rw-r--r--sfx2/source/appl/fileobj.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/appl/fileobj.hxx b/sfx2/source/appl/fileobj.hxx
index 0510f38092bd..ceb0f14ea1bc 100644
--- a/sfx2/source/appl/fileobj.hxx
+++ b/sfx2/source/appl/fileobj.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.
@@ -82,8 +83,7 @@ public:
virtual sal_Bool Connect( sfx2::SvBaseLink* );
virtual void Edit( Window *, sfx2::SvBaseLink *, const Link& rEndEditHdl );
- // erfrage ob das man direkt auf die Daten zugreifen kann oder ob das
- // erst angestossen werden muss
+ // Ask whether you can access data directly or whether it has to be triggered
virtual sal_Bool IsPending() const;
virtual sal_Bool IsDataComplete() const;
@@ -93,3 +93,4 @@ public:
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */