summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/unosqlmessage.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 07:32:44 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 07:32:44 +0000
commitcc7b505ce31e1678e749875fa9394c2043c1c7e8 (patch)
tree210606defa111a6d3962e97fd1da27b86f56a08d /dbaccess/source/ui/inc/unosqlmessage.hxx
parent9a94dcf603ad034f402cb58fd2932a8c53a44ee2 (diff)
INTEGRATION: CWS oj14 (1.5.8); FILE MERGED
2006/04/25 13:03:12 oj 1.5.8.3: new include 2006/03/20 07:48:41 oj 1.5.8.2: use of module client helper 2006/01/03 07:49:17 oj 1.5.8.1: changed module client
Diffstat (limited to 'dbaccess/source/ui/inc/unosqlmessage.hxx')
-rw-r--r--dbaccess/source/ui/inc/unosqlmessage.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/unosqlmessage.hxx b/dbaccess/source/ui/inc/unosqlmessage.hxx
index 9917fe2df861..589614c89240 100644
--- a/dbaccess/source/ui/inc/unosqlmessage.hxx
+++ b/dbaccess/source/ui/inc/unosqlmessage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unosqlmessage.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:06:27 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:32:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,7 +42,6 @@
#ifndef _DBAUI_MODULE_DBU_HXX_
#include "moduledbu.hxx"
#endif
-
//.........................................................................
namespace dbaui
{
@@ -52,8 +51,8 @@ typedef ::svt::OGenericUnoDialog OSQLMessageDialogBase;
class OSQLMessageDialog
:public OSQLMessageDialogBase
,public ::comphelper::OPropertyArrayUsageHelper< OSQLMessageDialog >
- ,public OModuleClient
{
+ OModuleClient m_aModuleClient;
protected:
// <properties>
::com::sun::star::uno::Any m_aException;