summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/loadlisteneradapter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/loadlisteneradapter.cxx')
-rw-r--r--extensions/source/bibliography/loadlisteneradapter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/loadlisteneradapter.cxx b/extensions/source/bibliography/loadlisteneradapter.cxx
index ff71292c9e7f..928fb020ac4d 100644
--- a/extensions/source/bibliography/loadlisteneradapter.cxx
+++ b/extensions/source/bibliography/loadlisteneradapter.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
@@ -144,7 +144,7 @@ namespace bib
m_pListener->_disposing( _rSource );
// disconnect the listener
- if ( m_pListener ) // may have been reset whilest calling into _disposing
+ if ( m_pListener ) // may have been reset whilest calling into _disposing
m_pListener->setAdapter( NULL );
}
@@ -235,7 +235,7 @@ namespace bib
}
//.........................................................................
-} // namespace bib
+} // namespace bib
//.........................................................................
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */