summaryrefslogtreecommitdiffstats
path: root/idlc/source/parser.y
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-11-07 19:10:44 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-11-09 09:43:27 +0100
commit69b25ade5376c4584914fd9f7ffb19a3861a8368 (patch)
tree1cbe92d3fe2e3dda851e96be73f7ab4283fb35d1 /idlc/source/parser.y
parentrestore issuzilla id for reference (diff)
downloadcore-69b25ade5376c4584914fd9f7ffb19a3861a8368.tar.gz
core-69b25ade5376c4584914fd9f7ffb19a3861a8368.zip
Fixed i#81780 for good, even on Macos X
Diffstat (limited to 'idlc/source/parser.y')
-rw-r--r--idlc/source/parser.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index 8da9c7ad63b5..6de66aee9b17 100644
--- a/idlc/source/parser.y
+++ b/idlc/source/parser.y
@@ -103,8 +103,8 @@
#include <algorithm>
#include <vector>
-
-using namespace ::rtl;
+
+using namespace rtl;
#define YYDEBUG 1
#define YYERROR_VERBOSE 1