summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:18:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:18:03 +0000
commit41a3863ef08c50c4c668469967123367b3312706 (patch)
treea1eb16f68529ac51b1c1feb0790ef9682942a33b /dbaccess
parentINTEGRATION: CWS warnings01 (1.8.50); FILE MERGED (diff)
downloadcore-41a3863ef08c50c4c668469967123367b3312706.tar.gz
core-41a3863ef08c50c4c668469967123367b3312706.zip
INTEGRATION: CWS warnings01 (1.12.74); FILE MERGED
2006/03/24 15:36:19 fs 1.12.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/linkeddocuments.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/linkeddocuments.hxx b/dbaccess/source/ui/inc/linkeddocuments.hxx
index 76045819849e..0dbdeb8f60d6 100644
--- a/dbaccess/source/ui/inc/linkeddocuments.hxx
+++ b/dbaccess/source/ui/inc/linkeddocuments.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: linkeddocuments.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:35:34 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:18:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -76,13 +76,13 @@ namespace dbaui
class OLinkedDocumentsAccess
{
protected:
- Window* m_pDialogParent;
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
m_xORB;
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >
m_xDocumentContainer;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>
m_xConnection;
+ Window* m_pDialogParent;
String m_sCurrentlyEditing;
::rtl::OUString
m_sDataSourceName;