summaryrefslogtreecommitdiffstats
path: root/slideshow/test
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/test')
-rw-r--r--slideshow/test/demoshow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/test/demoshow.cxx b/slideshow/test/demoshow.cxx
index 9b4dc810beb7..17560f8bc5ea 100644
--- a/slideshow/test/demoshow.cxx
+++ b/slideshow/test/demoshow.cxx
@@ -483,9 +483,9 @@ void DemoWindow::Resize()
sal_uInt16 DemoApp::Exception( sal_uInt16 nError )
{
- switch( nError & EXC_MAJORTYPE )
+ switch( nError & EXCEPTION_MAJORTYPE )
{
- case EXC_RSCNOTLOADED:
+ case EXCEPTION_RESOURCENOTLOADED:
Abort( "Error: could not load language resources.\nPlease check your installation.\n" );
break;
}