summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-27 15:54:54 +0200
committerNoel Grandin <noel@peralex.com>2015-07-28 08:35:35 +0200
commit3274085111409feea8fb54bfb9192851e3b51113 (patch)
treefb707d8f2300193155d41d40e088fc610a8cd05e /idl
parentab1d07b8bf40939ab08d84781d6a25353a92394b (diff)
remove unused STC check
Change-Id: I1d4bcbc5e1a76e4ad6ceb574a8331adada192876
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/bastype.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/idl/inc/bastype.hxx b/idl/inc/bastype.hxx
index 2252f9ad6d1f..62052c0c7c4a 100644
--- a/idl/inc/bastype.hxx
+++ b/idl/inc/bastype.hxx
@@ -55,9 +55,6 @@ public:
SvBOOL & operator = ( bool n ) { nVal = n; bSet = true; return *this; }
operator bool() const { return nVal; }
-#ifdef STC
- operator int() const { return nVal; }
-#endif
bool Is() const { return nVal; }
bool IsSet() const { return bSet; }