summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/retrievedinputstreamdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/docnode/retrievedinputstreamdata.cxx')
-rw-r--r--sw/source/core/docnode/retrievedinputstreamdata.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/core/docnode/retrievedinputstreamdata.cxx b/sw/source/core/docnode/retrievedinputstreamdata.cxx
index 21fa5284ac26..78bf5b144e05 100644
--- a/sw/source/core/docnode/retrievedinputstreamdata.cxx
+++ b/sw/source/core/docnode/retrievedinputstreamdata.cxx
@@ -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.
@@ -31,7 +32,7 @@
/** implementation of class <SwRetrievedInputStreamDataManager>
- OD 2007-01-30 #i73788#
+ #i73788#
*/
SwRetrievedInputStreamDataManager* SwRetrievedInputStreamDataManager::mpManager = 0;
SwRetrievedInputStreamDataManager::tDataKey SwRetrievedInputStreamDataManager::mnNextKeyValue = 1;
@@ -130,7 +131,7 @@ bool SwRetrievedInputStreamDataManager::PopData( const tDataKey nDataKey,
filling of the data container to provide retrieved input stream to the
thread Consumer using <Application::PostUserEvent(..)>
- OD 2007-01-29 #i73788#
+ #i73788#
Note: This method has to be run in the main thread.
@author OD
@@ -165,3 +166,4 @@ IMPL_LINK( SwRetrievedInputStreamDataManager,
return 0;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */