diff options
author | Armin Le Grand <alg@apache.org> | 2013-05-15 16:20:13 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2013-05-15 16:20:13 +0000 |
commit | 8a2531d3d98ad3afb2b233be2d5dd7b67febeba6 (patch) | |
tree | 820ffe4934c7a313c502f82d99794da4924d7779 /svx | |
parent | 710925d1d93a8ccf36957fa2f4d98d7dedb4cb9f (diff) |
i122145 Two changes: Multiselection with mix of DrawObjects and OLE will allow LineStyle and FillStyle panel, single selection of OLE offers these, too, but in default closed state
Notes
Notes:
merged as: 3c33a28233dfbb0db44553f13511107976f18363
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/SelectionAnalyzer.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/sidebar/SelectionAnalyzer.cxx b/svx/source/sidebar/SelectionAnalyzer.cxx index 52e1b9fb55b4..3039fec85742 100644 --- a/svx/source/sidebar/SelectionAnalyzer.cxx +++ b/svx/source/sidebar/SelectionAnalyzer.cxx @@ -454,6 +454,10 @@ bool SelectionAnalyzer::IsShapeType (const sal_uInt16 nType) case OBJ_POLY: case OBJ_FREELINE: case OBJ_FREEFILL: + + // #122145# adding OBJ_OLE2 since these also allow line/fill style and may + // be multiselected/grouped with normal draw objects, e.g. math OLE objects + case OBJ_OLE2: return true; default: |