diff options
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/idlccompile.cxx | 3 | ||||
-rw-r--r-- | idlc/source/idlcproduce.cxx | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx index 1f628718f479..5066752b3599 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -48,9 +48,6 @@ extern int yyparse(); extern FILE* yyin; extern int yydebug; -sal_Int32 lineNumber = 1; - - static sal_Char tmpFilePattern[512]; bool isFileUrl(const OString& fileName) diff --git a/idlc/source/idlcproduce.cxx b/idlc/source/idlcproduce.cxx index ab4e52c90fc4..67da2cdd3512 100644 --- a/idlc/source/idlcproduce.cxx +++ b/idlc/source/idlcproduce.cxx @@ -39,7 +39,7 @@ using namespace ::osl; -std::list< OString >* pCreatedDirectories = nullptr; +static std::list< OString >* pCreatedDirectories = nullptr; static bool checkOutputPath(const OString& completeName) { |