summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/database.hxx2
-rw-r--r--idl/source/cmptools/lex.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index 95a271c4dcbf..4fabd5fecbb9 100644
--- a/idl/inc/database.hxx
+++ b/idl/inc/database.hxx
@@ -76,7 +76,7 @@ protected:
void WriteReset()
{
aUsedTypes.clear();
- aIFaceName = OString();
+ aIFaceName.clear();
}
public:
OUString sSlotMapFile;
diff --git a/idl/source/cmptools/lex.cxx b/idl/source/cmptools/lex.cxx
index f770e9dcbd15..4bf23589e4f0 100644
--- a/idl/source/cmptools/lex.cxx
+++ b/idl/source/cmptools/lex.cxx
@@ -161,7 +161,7 @@ int SvTokenStream::GetNextChar()
}
else
{
- aBufStr = OString();
+ aBufStr.clear();
nColumn = 0;
nBufPos = 0;
return '\0';