summaryrefslogtreecommitdiff
path: root/desktop/source/app
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-24 17:13:39 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-24 17:13:39 +0100
commitdbd2d1c834a1ce7eb1a15c5f14890a3937d0a957 (patch)
treef7b06c651a37b0f03981352353e3de25f67eb66a /desktop/source/app
parentb55473cd10240c7ae3c8b4dbc34fbd44146f4a87 (diff)
removetooltypes01: #i112600# adjust rebase for windows
Diffstat (limited to 'desktop/source/app')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 2e1ab6ef2d84..a1a399af81c4 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1988,7 +1988,7 @@ void Desktop::doShutdown()
FlushConfiguration();
// The acceptors in the AcceptorMap must be released (in DeregisterServices)
// with the solar mutex unlocked, to avoid deadlock:
- ULONG nAcquireCount = Application::ReleaseSolarMutex();
+ sal_uLong nAcquireCount = Application::ReleaseSolarMutex();
DeregisterServices();
Application::AcquireSolarMutex(nAcquireCount);
tools::DeInitTestToolLib();