summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bento.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-19 02:19:41 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:24 +0200
commitade92713c32cf36cfb516f76824eef6c3d124321 (patch)
treecef9c634f2590fd8a427d89b7e59d8b8744bc304 /lotuswordpro/source/filter/bento.hxx
parentb54e050169d22bb814a4815404021665e1fcf93b (diff)
lwp: remove using namespace std from headers
Change-Id: Ied5806a1706473ac0fe4e1baebb71256cf56681d
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;
};