summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2010-01-29 15:14:32 +0000
committerOliver Specht <os@openoffice.org>2010-01-29 15:14:32 +0000
commit5c80dffe5aafbf03d7277006ecac46271e5546d9 (patch)
tree471a83c2cdb071714751569a5325ec9295310a09 /sw
parentb36241988ea99ba2a9d290ec838a3557d0333d63 (diff)
#i108426# missing increment added
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unostyle.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx
index 887012482616..2ec7de381ec1 100644
--- a/sw/source/core/unocore/unostyle.cxx
+++ b/sw/source/core/unocore/unostyle.cxx
@@ -1258,6 +1258,7 @@ sal_Bool SwStyleProperties_Impl::GetProperty(const ::rtl::OUString& rName, uno::
bRet = sal_True;
break;
}
+ ++nPos;
++aIt;
}