summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-22 15:52:19 +0100
committerJan Holesovsky <kendy@collabora.com>2014-11-22 20:14:14 +0100
commit59c37ab4b1e203bffbdcb7eabcd67d0214b953bb (patch)
tree58d4834978ca2dd0286c207dfa650b06bfb30cd8 /unotools
parent08d876b6b0b52d882350aa64eda784da56856166 (diff)
Cleanup some whitespace when I'm touching this code anyway.
Change-Id: Id8e19749050f58837715f717983cb2acbcf9318a
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/viewoptions.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/unotools/source/config/viewoptions.cxx b/unotools/source/config/viewoptions.cxx
index fd6189989d99..403a82b053a2 100644
--- a/unotools/source/config/viewoptions.cxx
+++ b/unotools/source/config/viewoptions.cxx
@@ -326,11 +326,11 @@ css::uno::Sequence< css::beans::NamedValue > SvtViewOptionsBase_Impl::GetUserDat
xNode->getByName(PROPERTY_USERDATA) >>= xUserData;
if (xUserData.is())
{
- const css::uno::Sequence< OUString > lNames = xUserData->getElementNames();
- const OUString* pNames = lNames.getConstArray();
- sal_Int32 c = lNames.getLength();
- sal_Int32 i = 0;
- css::uno::Sequence< css::beans::NamedValue > lUserData(c);
+ const css::uno::Sequence<OUString> lNames = xUserData->getElementNames();
+ const OUString* pNames = lNames.getConstArray();
+ sal_Int32 c = lNames.getLength();
+ sal_Int32 i = 0;
+ css::uno::Sequence< css::beans::NamedValue > lUserData(c);
for (i=0; i<c; ++i)
{