diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:47:45 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:47:45 +0000 |
commit | e17dd452eb947cd3bcde9c2e7f1479f967678fc0 (patch) | |
tree | ac4a5816dec284ba52bb4b085ab91c0a62a5d417 /accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx | |
parent | 8bda18b48a9140b1356ed714ae171df979c1621f (diff) |
INTEGRATION: CWS mingwport03 (1.6.10); FILE MERGED
2006/11/07 10:30:32 vg 1.6.10.2: RESYNC: (1.6-1.8); FILE MERGED
2006/09/07 09:33:08 vg 1.6.10.1: #i53572# MinGW port
Diffstat (limited to 'accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx')
-rw-r--r-- | accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx b/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx index 4d2278421..3c356b20d 100644 --- a/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx +++ b/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: WindowsAccessBridgeAdapter.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2006-09-25 13:03:27 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:47:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -96,8 +96,10 @@ #include <osl/diagnose.h> -using namespace ::rtl; -using namespace ::com::sun::star::uno; +using ::rtl::OUString; +using ::com::sun::star::uno::Mapping; +using ::com::sun::star::uno::Reference; +using ::com::sun::star::uno::RuntimeException; using namespace ::com::sun::star::accessibility; long VCLEventListenerLinkFunc(void * pInst, void * pData); |