Kaydet (Commit) be096cbf authored tarafından Michael Stahl's avatar Michael Stahl

svx: add an assertion to this fixed-size thing

Change-Id: I3d496f78fd60a3a47cc62d4237f31e5e131a9692
üst 233c94d2
......@@ -544,7 +544,8 @@ ViewContact& ViewContactOfSdrPage::GetViewContact(sal_uInt32 nIndex) const
case 7: return (ViewContact&)maViewContactOfHelplinesBack;
case 8: return (ViewContact&)maViewContactOfPageHierarchy;
case 9: return (ViewContact&)maViewContactOfGridFront;
default: return (ViewContact&)maViewContactOfHelplinesFront;
case 10: case 11: return (ViewContact&)maViewContactOfHelplinesFront;
default: assert(false);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment