diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-01-29 01:15:09 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-01-29 01:17:26 +0900 |
commit | 9fedf7bcfa4cb3e0064e68b96b12c7f4a43f17a6 (patch) | |
tree | 459ec09e986f02b4e01fad67e3544750ced653a3 /basic/source | |
parent | b6ca3a8287ac10c6877d5e7dd43622dbd138cde5 (diff) |
Removed unused define and extern
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/inc/iosys.hxx | 1 | ||||
-rw-r--r-- | basic/source/sbx/sbxvar.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/inc/iosys.hxx b/basic/source/inc/iosys.hxx index f9e7319f0e4e..4cc0f9b3314e 100644 --- a/basic/source/inc/iosys.hxx +++ b/basic/source/inc/iosys.hxx @@ -38,7 +38,6 @@ class SvStream; // implemented at the moment. #define CHANNELS 256 -#define CONSOLE 0 #define SBSTRM_INPUT 0x0001 #define SBSTRM_OUTPUT 0x0002 diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx index e4ad651532df..d00115a1ed41 100644 --- a/basic/source/sbx/sbxvar.cxx +++ b/basic/source/sbx/sbxvar.cxx @@ -45,7 +45,6 @@ using namespace com::sun::star::uno; TYPEINIT1(SbxVariable,SbxValue) TYPEINIT1(SbxHint,SfxSimpleHint) -extern sal_uInt32 nVarCreator; // in SBXBASE.CXX, for LoadData() #ifdef DBG_UTIL static sal_uIntPtr nVar = 0; #endif |