summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 13:00:20 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 13:00:20 +0000
commit2a930699598cccdd690ba09af5d090ebad7323ff (patch)
tree7ee14fe3c0bd5590f7434f24f7713ae57d268dab /sw/source/core/unocore
parentb547aa50cda3a8f4a6084779e39628100d49421f (diff)
INTEGRATION: CWS swqcore04 (1.81.48); FILE MERGED
2004/12/20 14:59:34 hbrinkm 1.81.48.1: #i39221# switch of numbering even if selection has mark
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unoobj.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/unocore/unoobj.cxx b/sw/source/core/unocore/unoobj.cxx
index 640addf2ffdd..cfcde047fd24 100644
--- a/sw/source/core/unocore/unoobj.cxx
+++ b/sw/source/core/unocore/unoobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoobj.cxx,v $
*
- * $Revision: 1.82 $
+ * $Revision: 1.83 $
*
- * last change: $Author: rt $ $Date: 2005-01-11 12:23:12 $
+ * last change: $Author: obo $ $Date: 2005-01-25 14:00:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -760,7 +760,7 @@ sal_Bool lcl_setCrsrPropertyValue(const SfxItemPropertyMap* pMap,
SwTxtNode* pTxtNd = rPam.GetNode()->GetTxtNode();
const SwNumRule* pRule = pTxtNd->GetNumRule();
// hier wird Multiselektion nicht beruecksichtigt
- if( pRule && pTxtNd->GetNum() && ! rPam.HasMark())
+ if( pRule && pTxtNd->GetNum())
{
if( FN_UNO_NUM_LEVEL == pMap->nWID)
{