summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-11-01 14:04:09 +0000
committerChristian Lippka <cl@openoffice.org>2002-11-01 14:04:09 +0000
commit597eefafbd6dbadce20cb8fc063c39b2414fa138 (patch)
tree0eb1a97dd579964c41a3ac378feb78dcd18b7972 /svx/source
parent655952dc3b45e0a9ace146a717cc6b4b56650a9e (diff)
#104618# enabled again to set eeitems on outliner when whole text selected
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/svdraw/svdedxv.cxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 33e59817dc28..84b77d2f58c5 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdedxv.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: aw $ $Date: 2002-10-10 11:31:53 $
+ * last change: $Author: cl $ $Date: 2002-11-01 15:04:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1527,16 +1527,18 @@ BOOL SdrObjEditView::SetAttributes(const SfxItemSet& rSet, BOOL bReplaceAll)
FlushComeBackTimer();
bRet=TRUE;
}
- if (!bAllTextSelected && !bNoEEItems) {
+ if(!bNoEEItems)
+ {
// und nun die Attribute auch noch an die EditEngine
if (bReplaceAll) {
// Am Outliner kann man leider nur alle Attribute platthauen
pTextEditOutlinerView->RemoveAttribs( TRUE );
}
pTextEditOutlinerView->SetAttribs(rSet);
-#ifndef SVX_LIGHT
- if (pItemBrowser!=NULL) pItemBrowser->SetDirty();
-#endif
+
+ if (pItemBrowser!=NULL)
+ pItemBrowser->SetDirty();
+
ImpMakeTextCursorAreaVisible();
}
bRet=TRUE;