User: obo     
Date: 06/03/29 04:19:22

Modified:
 /dba/connectivity/source/drivers/mozab/mozillasrc/
  MQuery.hxx

Log:
 INTEGRATION: CWS dba203a (1.13.76); FILE MERGED
 2006/03/17 15:37:59 fs 1.13.76.1: #i60163# localized error messages

File Changes:

Directory: /dba/connectivity/source/drivers/mozab/mozillasrc/
=============================================================

File [changed]: MQuery.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/mozillasrc/MQuery.hxx?r1=1.13&r2=1.14
Delta lines:  +5 -7
-------------------
--- MQuery.hxx  8 Sep 2005 06:29:52 -0000       1.13
+++ MQuery.hxx  29 Mar 2006 12:19:19 -0000      1.14
@@ -40,6 +40,9 @@
 #ifndef _CONNECTIVITY_MAB_COLUMNALIAS_HXX_
 #include "MColumnAlias.hxx"
 #endif
+#ifndef CONNECITIVITY_MOZAB_ERROR_RESOURCE_HXX
+#include "MErrorResource.hxx"
+#endif
 #include <connectivity/FValue.hxx>
 #ifndef _CONNECTIVITY_MAB_NS_DECLARES_HXX_
 #include "MNSDeclares.hxx"
@@ -166,7 +169,7 @@
         };
 
                //
-               class MQuery
+        class MQuery : public ErrorResourceAccess
                {
                        /*
                         * A query resultset with a maximum limit of 
@@ -222,7 +225,6 @@
                        MQueryExpression                m_aExpr;
                        ::std::map< ::rtl::OUString,
                         ::rtl::OUString>    m_aColumnAliasMap;
-            mutable ::rtl::OUString         m_aErrorString;
             mutable sal_Bool                m_aErrorOccurred;
                        ::com::sun::star::mozilla::MozillaProductType m_Product;
                        ::rtl::OUString                                         
                  m_Profile;
@@ -286,10 +288,6 @@
             sal_Bool                        errorOccurred() const      //
                                             { return m_aErrorOccurred; };
 
-            const ::rtl::OUString&           getErrorString() const //
-                                            { return m_aErrorString; };
-        
-
                public:
                        MQuery();                                               
                                                                //
                        MQuery(const ::std::map< ::rtl::OUString, 
::rtl::OUString> &);  //




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

Reply via email to