Kaydet (Commit) abbe7d82 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Presumably this is what was intended

...in 70af05cf "Convert Calc page header/footer
content to Widget UI"

Change-Id: I327318b6fc45a2e63c6398d657e766ac9b471324
üst 1ddd1654
...@@ -804,7 +804,7 @@ IMPL_LINK( ScHFEditPage, MenuHdl, ScExtIButton*, pBtn ) ...@@ -804,7 +804,7 @@ IMPL_LINK( ScHFEditPage, MenuHdl, ScExtIButton*, pBtn )
if(pBtn!=NULL) if(pBtn!=NULL)
{ {
OSL_ENSURE( true, pBtn->GetSelected()); SAL_WARN_IF(pBtn->GetSelected() == 0, "sc.ui", "nothing selected");
OString sSelectedId = pBtn->GetSelectedIdent(); OString sSelectedId = pBtn->GetSelectedIdent();
if (sSelectedId == "title") if (sSelectedId == "title")
......
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