summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 15:58:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 15:58:33 +0000
commit68dd015d77dc68e303eb8492d9d61e8b5df00419 (patch)
treeb8f48e98645d0f330d7b9f96e3ad03c45ded0d00 /svx
parent35e74c4a366f5a52966de59f5bf23ab759b0f4de (diff)
INTEGRATION: CWS uaa02 (1.59.14); FILE MERGED
2003/04/17 17:28:12 mt 1.59.14.2: RESYNC: (1.59-1.60); FILE MERGED 2003/04/11 17:07:13 mt 1.59.14.1: #108656# Moved accessibility from drafts to final
Diffstat (limited to 'svx')
-rw-r--r--svx/source/fmcomp/gridctrl.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index 3a3e5ce76e..44342b8adf 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gridctrl.cxx,v $
*
- * $Revision: 1.60 $
+ * $Revision: 1.61 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 17:30:51 $
+ * last change: $Author: vg $ $Date: 2003-04-24 16:58:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,8 +94,8 @@
#ifndef _COM_SUN_STAR_SDBC_RESULTSETCONCURRENCY_HPP_
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_
-#include <drafts/com/sun/star/accessibility/XAccessible.hpp>
+#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_
+#include <com/sun/star/accessibility/XAccessible.hpp>
#endif
#ifndef _COM_SUN_STAR_SDB_XRESULTSETACCESS_HPP_
#include <com/sun/star/sdb/XResultSetAccess.hpp>
@@ -202,7 +202,7 @@ using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::datatransfer;
using namespace ::com::sun::star::container;
-using namespace drafts::com::sun::star::accessibility;
+using namespace com::sun::star::accessibility;
#define ROWSTATUS(row) !row.Is() ? "NULL" : row->GetStatus() == GRS_CLEAN ? "CLEAN" : row->GetStatus() == GRS_MODIFIED ? "MODIFIED" : row->GetStatus() == GRS_DELETED ? "DELETED" : "INVALID"