diff options
Diffstat (limited to 'idl/inc/hash.hxx')
-rw-r--r-- | idl/inc/hash.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx index a0450dbe109c..fc7258bdfb6e 100644 --- a/idl/inc/hash.hxx +++ b/idl/inc/hash.hxx @@ -73,7 +73,6 @@ public: const OString& GetName() const { return aName; } bool HasId() const { return bHasId; } - sal_uInt32 GetId() const { return nHashId; } void SetValue( sal_uLong n ) { nValue = n; } sal_uLong GetValue() const { return nValue; } |