diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-27 15:54:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-28 08:35:35 +0200 |
commit | 3274085111409feea8fb54bfb9192851e3b51113 (patch) | |
tree | fb707d8f2300193155d41d40e088fc610a8cd05e /idl | |
parent | ab1d07b8bf40939ab08d84781d6a25353a92394b (diff) |
remove unused STC check
Change-Id: I1d4bcbc5e1a76e4ad6ceb574a8331adada192876
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/bastype.hxx | 3 |
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; } |