summaryrefslogtreecommitdiffstats
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-28 23:59:10 +0100
commit706b6978ff869f2dc010a6594325e5f6ee045010 (patch)
tree0d0342b93865d9ff0bb352c38df4546303ca577a
parentclean up and reduce indent levels (diff)
downloadcore-706b6978ff869f2dc010a6594325e5f6ee045010.tar.gz
core-706b6978ff869f2dc010a6594325e5f6ee045010.zip
formatting
Change-Id: I332802d313e88093ee3146b8600acb262a578212
-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)