diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 16:44:09 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 16:44:09 +0000 |
commit | d0ab640953bdb5b9e8ad71c12306093100377607 (patch) | |
tree | aeb3c7d39cd04aa06b4c7d8ae6c9f7bd70bcce13 /sw/source/ui | |
parent | 7e80960f7ad94f9a242f979d9e3d05d46e9b8f7f (diff) |
INTEGRATION: CWS bgdlremove (1.100.62); FILE MERGED
2007/05/25 14:21:23 kso 1.100.62.2: RESYNC: (1.100-1.101); FILE MERGED
2007/05/11 09:14:33 kso 1.100.62.1: #i76911# - ucbhelper lib no longer uses VOS.
(vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/uiview/view.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/view.cxx b/sw/source/ui/uiview/view.cxx index 6e2aef454066..4ebfea6e4793 100644 --- a/sw/source/ui/uiview/view.cxx +++ b/sw/source/ui/uiview/view.cxx @@ -4,9 +4,9 @@ * * $RCSfile: view.cxx,v $ * - * $Revision: 1.102 $ + * $Revision: 1.103 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 13:56:39 $ + * last change: $Author: ihi $ $Date: 2007-06-05 17:44:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1803,7 +1803,7 @@ void SwView::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) void SwView::ScannerEventHdl( const EventObject& rEventObject ) { - Reference< XScannerManager > xScanMgr = SW_MOD()->GetScannerManager(); + uno::Reference< XScannerManager > xScanMgr = SW_MOD()->GetScannerManager(); if( xScanMgr.is() ) { const ScannerContext aContext( xScanMgr->getAvailableScanners().getConstArray()[ 0 ] ); |