diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2016-03-13 17:20:25 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2016-03-17 23:54:43 +0100 |
commit | 5dfb05b6a70388507807e2a9228fb794310aa14b (patch) | |
tree | 7d7f631af045204388484dc0f6f6652d93b756da /sw | |
parent | 4b4484b6c9c663f4cad46c0421887c6cf9a3b05d (diff) |
formatting (whitespace only)
Change-Id: I8750c4ff902aebdb5ef264aed6cf56ec143ed779
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unostyle.cxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx index a4577bc1e919..59ddd3b98447 100644 --- a/sw/source/core/unocore/unostyle.cxx +++ b/sw/source/core/unocore/unostyle.cxx @@ -1923,14 +1923,10 @@ void SwXStyle::SetPropertyValues_Impl(const uno::Sequence<OUString>& rPropertyNa aBaseImpl.getNewBase()->SetItemSet(aBaseImpl.GetItemSet()); } -void SwXStyle::setPropertyValues( - const uno::Sequence< OUString >& rPropertyNames, - const uno::Sequence< uno::Any >& rValues ) - throw(beans::PropertyVetoException, lang::IllegalArgumentException, - lang::WrappedTargetException, uno::RuntimeException, std::exception) +void SwXStyle::setPropertyValues(const uno::Sequence<OUString>& rPropertyNames, const uno::Sequence<uno::Any>& rValues) + throw(beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException, std::exception) { SolarMutexGuard aGuard; - // workaround for bad designed API try { @@ -1945,6 +1941,7 @@ void SwXStyle::setPropertyValues( throw aWExc; } } + SfxStyleSheetBase* SwXStyle::GetStyleSheetBase() { if(!m_pBasePool) |