summaryrefslogtreecommitdiff
path: root/basic/source/inc/scanner.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/scanner.hxx')
-rw-r--r--basic/source/inc/scanner.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/source/inc/scanner.hxx b/basic/source/inc/scanner.hxx
index e939bbc23c54..d17337ea30c6 100644
--- a/basic/source/inc/scanner.hxx
+++ b/basic/source/inc/scanner.hxx
@@ -78,7 +78,6 @@ public:
sal_Int32 GetErrors() { return nErrors; }
sal_Int32 GetLine() { return nLine; }
sal_Int32 GetCol1() { return nCol1; }
- sal_Int32 GetCol2() { return nCol2; }
void SetCol1( sal_Int32 n ) { nCol1 = n; }
StarBASIC* GetBasic() { return pBasic; }
void SaveLine() { pSaveLine = pLine; }