Tag: cws_src680_warnings01
User: sb      
Date: 06/04/07 13:24:13

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

Log:
 RESYNC: (1.5-1.6); FILE MERGED

File Changes:

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

File [changed]: MQueryHelper.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx?r1=1.5.30.1&r2=1.5.30.2
Delta lines:  +8 -7
-------------------
--- MQueryHelper.hxx    7 Nov 2005 14:43:58 -0000       1.5.30.1
+++ MQueryHelper.hxx    7 Apr 2006 20:24:11 -0000       1.5.30.2
@@ -38,6 +38,10 @@
 
 #include <MNSInclude.hxx>
 
+#ifndef CONNECITIVITY_MOZAB_ERROR_RESOURCE_HXX
+#include "MErrorResource.hxx"
+#endif
+
 #ifndef _SAL_TYPES_H_
 #include <sal/types.h>
 #endif
@@ -85,7 +89,7 @@
             sal_Int32 getRowStates()  { return m_RowStates;};
         };
 
-        class MQueryHelper : public nsIAbDirectoryQueryResultListener
+        class MQueryHelper : public nsIAbDirectoryQueryResultListener, public 
ErrorResourceAccess
                {
         private:
             typedef std::vector< MQueryHelperResultEntry* > resultsArray;
@@ -113,7 +117,6 @@
             oslThreadIdentifier m_oThreadID;
 #endif
 
-            mutable ::rtl::OUString         m_aErrorString;
         public:
 
             NS_DECL_ISUPPORTS
@@ -153,8 +156,6 @@
             sal_Bool                      setCardValues(const sal_Int32 
rowIndex);
                        sal_Int32                          commitCard(const 
sal_Int32 rowIndex, nsIAbDirectory * directory);
                        sal_Int32                          deleteCard(const 
sal_Int32 rowIndex, nsIAbDirectory * directory);
-            const ::rtl::OUString&     getErrorString() const
-                                            { return m_aErrorString; };
         };
     }
 }




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

Reply via email to