summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/localresaccess.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 07:30:53 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 07:30:53 +0000
commitffbecb747d1161208f0c5c3d905743fb8734c234 (patch)
tree4bda7582962547f6a1f3b4f35bbf6ce764595217 /dbaccess/source/ui/inc/localresaccess.hxx
parent8c434dbacfec2b0a670614323f07edff16252346 (diff)
INTEGRATION: CWS oj14 (1.3.8); FILE MERGED
2006/07/04 08:10:01 oj 1.3.8.4: RESYNC: (1.3-1.4); FILE MERGED 2006/04/25 13:03:11 oj 1.3.8.3: new include 2006/03/20 07:48:40 oj 1.3.8.2: use of module client helper 2006/01/03 07:49:16 oj 1.3.8.1: changed module client
Diffstat (limited to 'dbaccess/source/ui/inc/localresaccess.hxx')
-rw-r--r--dbaccess/source/ui/inc/localresaccess.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/localresaccess.hxx b/dbaccess/source/ui/inc/localresaccess.hxx
index 864cb73aac40..330360f36ef0 100644
--- a/dbaccess/source/ui/inc/localresaccess.hxx
+++ b/dbaccess/source/ui/inc/localresaccess.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: localresaccess.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2006-05-04 08:43:55 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:30:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,12 +36,12 @@
#ifndef _DBAUI_LOCALRESACCESS_HXX_
#define _DBAUI_LOCALRESACCESS_HXX_
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
-#endif
#ifndef _SVTOOLS_LOCALRESACCESS_HXX_
#include <svtools/localresaccess.hxx>
#endif
+#ifndef _DBAUI_MODULE_DBU_HXX_
+#include "moduledbu.hxx"
+#endif
//.........................................................................
namespace dbaui
@@ -56,6 +56,7 @@ namespace dbaui
typedef ::svt::OLocalResourceAccess LRA_Base;
class LocalResourceAccess : protected LRA_Base
{
+ OModuleClient m_aModuleClient;
public:
inline LocalResourceAccess( sal_uInt16 _nId, RESOURCE_TYPE _rType )
:LRA_Base( ModuleRes( _nId ), _rType )