summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/formcontrolcontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/formcontrolcontainer.cxx')
-rw-r--r--extensions/source/bibliography/formcontrolcontainer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/formcontrolcontainer.cxx b/extensions/source/bibliography/formcontrolcontainer.cxx
index db61efc3e7c3..22ee46485b04 100644
--- a/extensions/source/bibliography/formcontrolcontainer.cxx
+++ b/extensions/source/bibliography/formcontrolcontainer.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -129,7 +129,7 @@ namespace bib
}
catch( const Exception& e)
{
- (void) e; // make compiler happy
+ (void) e; // make compiler happy
DBG_ERROR( "FormControlContainer::implSetDesignMode: caught an exception!" );
}
}
@@ -176,7 +176,7 @@ namespace bib
}
//.........................................................................
-} // namespace bib
+} // namespace bib
//.........................................................................
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */