summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/uivwimp.cxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-08-25 17:21:42 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-08-25 17:21:42 +0200
commit3d341c8efb7aa4784b3341ef752c16e07df5d951 (patch)
tree2ebd6be5147549e46f2db901b9528bacd53c4722 /sw/source/ui/uiview/uivwimp.cxx
parent07601f72ae8abab68ff11083d17ffa4da5c47de1 (diff)
parent577a83eeeed497057697528da26c2dbb81aa2c9a (diff)
CWS-TOOLING: integrate CWS codecleanup02
Notes
Notes: split repo tag: writer_ooo/DEV300_m87
Diffstat (limited to 'sw/source/ui/uiview/uivwimp.cxx')
-rw-r--r--sw/source/ui/uiview/uivwimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uiview/uivwimp.cxx b/sw/source/ui/uiview/uivwimp.cxx
index 20dc6035dc36..73ec9ab71dd4 100644
--- a/sw/source/ui/uiview/uivwimp.cxx
+++ b/sw/source/ui/uiview/uivwimp.cxx
@@ -294,7 +294,7 @@ SwScannerEventListener::~SwScannerEventListener()
void SAL_CALL SwScannerEventListener::disposing( const EventObject& rEventObject) throw(uno::RuntimeException)
{
vos::OGuard aGuard(Application::GetSolarMutex());
-#if defined WIN || defined WNT || defined UNX
+#if defined WNT || defined UNX
if( pView )
pView->ScannerEventHdl( rEventObject );
#endif