summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-02 14:32:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-02 14:32:57 +0000
commitb98ddec0926809273b28fa4f1c08800287f045b9 (patch)
tree71ae45247cf821fb164e2d95d6117ccff3b93251 /vcl
parentb3661f1c943203a93cce6f395fbd5ad74df922c7 (diff)
INTEGRATION: CWS beta2regression02 (1.24.2); FILE MERGED
2003/04/29 16:06:21 obr 1.24.2.1: #109204# transition from drafts to stable
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/svdata.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index f11e9747a474..0bb551298210 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdata.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 16:31:03 $
+ * last change: $Author: vg $ $Date: 2003-05-02 15:32:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -400,7 +400,7 @@ bool ImplInitAccessBridge(BOOL bAllowCancel, BOOL &rCancelled)
pSVData->mxAccessBridge = Reference< XAccessibleTopWindowMap >(
xFactory->createInstanceWithArguments(
- OUString::createFromAscii( "drafts.com.sun.star.accessibility.bridge.AccessBridge" ),
+ OUString::createFromAscii( "com.sun.star.accessibility.AccessBridge" ),
arguments
), UNO_QUERY );
}
@@ -408,7 +408,7 @@ bool ImplInitAccessBridge(BOOL bAllowCancel, BOOL &rCancelled)
{
pSVData->mxAccessBridge = Reference< XAccessibleTopWindowMap >(
xFactory->createInstanceWithArguments(
- OUString::createFromAscii( "drafts.com.sun.star.accessibility.bridge.AccessBridge" ),
+ OUString::createFromAscii( "com.sun.star.accessibility.AccessBridge" ),
arguments
), UNO_QUERY );
}