summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/bento.hxx4
-rw-r--r--lotuswordpro/source/filter/first.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index 572297efdeac..6b210fd91c5f 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -71,8 +71,8 @@ using namespace std;
#include "ut.hxx"
#include "utlist.hxx"
-#include <tools/stream.hxx> // SvStream definition
-#include <sot/storage.hxx> // SotStorageStream definition, add by 10/24/2005
+#include <tools/stream.hxx>
+#include <sot/storage.hxx>
namespace OpenStormBento
{
diff --git a/lotuswordpro/source/filter/first.hxx b/lotuswordpro/source/filter/first.hxx
index d533b90ad38a..2f58fc176213 100644
--- a/lotuswordpro/source/filter/first.hxx
+++ b/lotuswordpro/source/filter/first.hxx
@@ -56,7 +56,7 @@
#ifndef FIRST_HXX
#define FIRST_HXX
-#include "bento.hxx" // Public header
+#include "bento.hxx"
//#define ASSERT(cond) UT_ASSERT(cond)
namespace OpenStormBento