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.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/idl/inc/bastype.hxx b/idl/inc/bastype.hxx
index ef7a88c2e144..afe3642d10e0 100644
--- a/idl/inc/bastype.hxx
+++ b/idl/inc/bastype.hxx
@@ -52,6 +52,7 @@ class SvIdentifier
sal_uInt32 nValue;
public:
SvIdentifier() : nValue( 0 ) {};
+ SvIdentifier(sal_uInt32 n) : nValue( n ) {};
void setString(const OString& rStr) { m_aStr = rStr; }
const OString& getString() const { return m_aStr; }