summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docxforms.cxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-09 22:41:31 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-09 22:44:41 +0200
commitc99476fcfc1aedcac60df399c6b5efeff1b23045 (patch)
tree13a18bcd615244c7b22b08d84fbe2d95dfe33456 /sw/source/core/doc/docxforms.cxx
parenta51c5437baf317fb253ddc84cdd11c9428da77b2 (diff)
deleted needless blank lines in sw/source/core/doc/
Change-Id: I5349ab03f7d2a4e66bf8ac5ef67382f47eb5b5d5
Diffstat (limited to 'sw/source/core/doc/docxforms.cxx')
-rw-r--r--sw/source/core/doc/docxforms.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/doc/docxforms.cxx b/sw/source/core/doc/docxforms.cxx
index 416bc2e9853b..793d721d6f68 100644
--- a/sw/source/core/doc/docxforms.cxx
+++ b/sw/source/core/doc/docxforms.cxx
@@ -115,9 +115,7 @@ void SwDoc::disposeXForms( )
Reference< XIndexAccess > xBindings(
xModel->getBindings(), UNO_QUERY );
- //
// Then release them one by one
- //
int nCount = xBindings->getCount();
for( int i = nCount-1; i >= 0; i-- )
{
@@ -128,9 +126,7 @@ void SwDoc::disposeXForms( )
Reference< XIndexAccess > xSubmissions(
xModel->getSubmissions(), UNO_QUERY );
- //
// Then release them one by one
- //
nCount = xSubmissions->getCount();
for( int i = nCount-1; i >= 0; i-- )
{