Tag: cws_src680_dba205a
User: oj      
Date: 2006/08/22 00:13:14

Modified:
   dba/dbaccess/source/ui/inc/dlgsave.hxx

Log:
 compile error

File Changes:

Directory: /dba/dbaccess/source/ui/inc/
=======================================

File [changed]: dlgsave.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dlgsave.hxx?r1=1.10.10.1&r2=1.10.10.2
Delta lines:  +4 -4
-------------------
--- dlgsave.hxx 22 Aug 2006 07:09:52 -0000      1.10.10.1
+++ dlgsave.hxx 22 Aug 2006 07:13:11 -0000      1.10.10.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dlgsave.hxx,v $
  *
- *  $Revision: 1.10.10.1 $
+ *  $Revision: 1.10.10.2 $
  *
- *  last change: $Author: oj $ $Date: 2006/08/22 07:09:52 $
+ *  last change: $Author: oj $ $Date: 2006/08/22 07:13:11 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -113,8 +113,8 @@
                                        sal_Int32 _nFlags = SAD_DEFAULT | 
SAD_TITLE_STORE_AS);
 
                String getName() const          { return m_aName; }
-               String getCatalog() const       { return m_aCatalog.IsVisible() 
? m_aCatalog.GetText() : m_sCatalog; }
-               String getSchema() const        { return m_aSchema.IsVisible() 
? m_aSchema.GetText() : m_sSchema; }
+               String getCatalog() const       { return m_aCatalog.IsVisible() 
? m_aCatalog.GetText() : String(m_sCatalog); }
+               String getSchema() const        { return m_aSchema.IsVisible() 
? m_aSchema.GetText() : String(m_sSchema); }
        private:
                DECL_LINK(ButtonClickHdl, Button *);
                DECL_LINK(EditModifyHdl,  Edit * );




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to