diff --git a/idl/inc/bastype.hxx b/idl/inc/bastype.hxx
index 2252f9a..fde017a 100644
--- a/idl/inc/bastype.hxx
+++ b/idl/inc/bastype.hxx
@@ -73,6 +73,10 @@ class SvIdentifier
 private:
     OString m_aStr;
 public:
+    SvIdentifier(OString str)
+    {
+        m_aStr = str;
+    }
     SvIdentifier()
     {
     }
@@ -119,6 +123,9 @@ private:
     OString m_aStr;
 public:
     SvString() {}
+     SvString(OString m_aStr) {
+        m_aStr = m_aStr;
+     }
     void setString(const OString& rStr)
     {
         m_aStr = rStr;
Context
- Overloaded Constructors Patch · Delveri chick
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.