summaryrefslogtreecommitdiff
path: root/idl/inc/bastype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/bastype.hxx')
-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 62052c0c7c4a..1b87c11589b4 100644
--- a/idl/inc/bastype.hxx
+++ b/idl/inc/bastype.hxx
@@ -55,7 +55,6 @@ public:
SvBOOL & operator = ( bool n ) { nVal = n; bSet = true; return *this; }
operator bool() const { return nVal; }
- bool Is() const { return nVal; }
bool IsSet() const { return bSet; }
friend SvStream& WriteSvBOOL(SvStream &, const SvBOOL &);
@@ -93,8 +92,6 @@ public:
class SvNumberIdentifier : public SvIdentifier
{
sal_uInt32 nValue;
- // must not be used
- bool ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm );
public:
SvNumberIdentifier() : nValue( 0 ) {};
bool IsSet() const