summaryrefslogtreecommitdiff
path: root/framework/source/uielement
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2009-11-20 15:50:00 +0100
committerCarsten Driesner <cd@openoffice.org>2009-11-20 15:50:00 +0100
commit1f586ec3aca095f56a5d9b12d46a99873278fa8c (patch)
tree95f73358a7fa12a09e887a1b442651ce1b10991d /framework/source/uielement
parente6438d8b7b8d56929793a1328f7026fd0355bb98 (diff)
#i105626# Fixed build problem with MS compiler
Diffstat (limited to 'framework/source/uielement')
-rw-r--r--framework/source/uielement/toolbarmanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx
index 964c85d6950d..8b272558eee1 100644
--- a/framework/source/uielement/toolbarmanager.cxx
+++ b/framework/source/uielement/toolbarmanager.cxx
@@ -1227,7 +1227,7 @@ void ToolBarManager::FillToolbar( const Reference< XIndexAccess >& rItemContaine
}
}
}
- catch( Exception& e )
+ catch( Exception& )
{
}
}