diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-17 21:49:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-17 21:49:51 +0100 |
commit | 13635f0afd8f291fd820d2e1620d2e7cb42fcc62 (patch) | |
tree | 0ae24e7944285d2dc03229c53ec2d2aee05e99ea /lotuswordpro | |
parent | d68e0a4eaf63da06866ec8d158907a7cfa6eeb42 (diff) |
overlong lines
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/qa/cppunit/test_lotuswordpro.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lotuswordpro/qa/cppunit/test_lotuswordpro.cxx b/lotuswordpro/qa/cppunit/test_lotuswordpro.cxx index 276625397487..cb7075ce9752 100644 --- a/lotuswordpro/qa/cppunit/test_lotuswordpro.cxx +++ b/lotuswordpro/qa/cppunit/test_lotuswordpro.cxx @@ -70,7 +70,9 @@ namespace int m_nLoadedDocs; }; - LotusWordProTest::LotusWordProTest() : m_aSrcRoot( RTL_CONSTASCII_USTRINGPARAM( "file://" ) ), m_nLoadedDocs(0) + LotusWordProTest::LotusWordProTest() + : m_aSrcRoot(RTL_CONSTASCII_USTRINGPARAM("file://" )) + , m_nLoadedDocs(0) { m_xContext = cppu::defaultBootstrap_InitialComponentContext(); m_xFactory = m_xContext->getServiceManager(); |