summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 15:45:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 15:45:36 +0000
commit31c697dbd5d023358ac1d720afffb8ad311c25a7 (patch)
tree56dc783babcfaeafd4d6b036c4a759543cedd2dd
parent7ea3ba59c2705f0e052304793deb04ddf6b3fac1 (diff)
INTEGRATION: CWS aw036 (1.8.48); FILE MERGED
2006/10/26 15:57:16 aw 1.8.48.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj
-rw-r--r--svx/source/sdr/properties/groupproperties.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/sdr/properties/groupproperties.cxx b/svx/source/sdr/properties/groupproperties.cxx
index 0d99605d6f9e..1b32e274862f 100644
--- a/svx/source/sdr/properties/groupproperties.cxx
+++ b/svx/source/sdr/properties/groupproperties.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: groupproperties.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 13:37:12 $
+ * last change: $Author: vg $ $Date: 2006-11-21 16:45:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -313,14 +313,14 @@ namespace sdr
}
}
- void GroupProperties::ForceStyleToHardAttributes(sal_Bool bPseudoSheetsOnly)
+ void GroupProperties::ForceStyleToHardAttributes()
{
const SdrObjList* pSub = ((const SdrObjGroup&)GetSdrObject()).GetSubList();
const sal_uInt32 nCount(pSub->GetObjCount());
for(sal_uInt32 a(0L); a < nCount; a++)
{
- pSub->GetObj(a)->GetProperties().ForceStyleToHardAttributes(bPseudoSheetsOnly);
+ pSub->GetObj(a)->GetProperties().ForceStyleToHardAttributes();
}
}
} // end of namespace properties