summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-11-28 02:40:17 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-11-29 10:36:49 +0100
commit8f57b3f6bf2c197c1b46caf5556fc90294cff43a (patch)
tree2bd03cbd00e8e9e99bad7ad43d8192a5c33edb58 /sw
parentd984afc42fdae69bc84b6716e97395752fd52304 (diff)
formatting
Change-Id: I332802d313e88093ee3146b8600acb262a578212
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unostyle.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx
index 891cb9f45bd6..2f0b67036a09 100644
--- a/sw/source/core/unocore/unostyle.cxx
+++ b/sw/source/core/unocore/unostyle.cxx
@@ -631,16 +631,13 @@ sal_Bool SwXStyleFamily::hasByName(const OUString& rName) throw( uno::RuntimeExc
}
uno::Type SwXStyleFamily::getElementType() throw( uno::RuntimeException, std::exception )
-{
- return cppu::UnoType<style::XStyle>::get();
-
-}
+ { return cppu::UnoType<style::XStyle>::get(); }
sal_Bool SwXStyleFamily::hasElements() throw( uno::RuntimeException, std::exception )
{
if(!m_pBasePool)
throw uno::RuntimeException();
- return sal_True;
+ return true;
}
void SwXStyleFamily::insertByName(const OUString& rName, const uno::Any& rElement)