summaryrefslogtreecommitdiff
path: root/desktop/source/app/dispatchwatcher.cxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-07 13:33:48 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-07 18:27:48 +0200
commitfc32608f193d446dce4027353ed9c55cd46f5e6c (patch)
tree521943c50324d39d6d8884986253eab5903985df /desktop/source/app/dispatchwatcher.cxx
parent9fb301c8934f6e5c48c27b63f2a32fe772190ed4 (diff)
i#20348: made the ordinal suffixe autocorrection internationalized
Diffstat (limited to 'desktop/source/app/dispatchwatcher.cxx')
-rw-r--r--desktop/source/app/dispatchwatcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx
index 2a9dcad5c7..f89e662c82 100644
--- a/desktop/source/app/dispatchwatcher.cxx
+++ b/desktop/source/app/dispatchwatcher.cxx
@@ -479,7 +479,7 @@ sal_Bool DispatchWatcher::executeDispatchRequests( const DispatchList& aDispatch
{
xStorable->storeToURL( aOutFile, conversionProperties );
}
- catch ( Exception& )
+ catch ( Exception& e )
{
fprintf( stderr, "Error: Please reverify input parameters...\n" );
}