summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bento.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/bento.hxx')
-rw-r--r--lotuswordpro/source/filter/bento.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index 842f773ceea9..1940e16d7a10 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -67,8 +67,6 @@
#define BEN_EXPORT
#endif
-using namespace std;
-
#include "ut.hxx"
#include "utlist.hxx"
#include <tools/stream.hxx>
@@ -416,7 +414,7 @@ public: // Internal methods
pCBenNamedObjectListElmt GetNameListElmt() { return &cNameListElmt; }
private: // Data
- string csName;
+ std::string csName;
CBenNamedObjectListElmt cNameListElmt;
BenContainerPos cPos;
};