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

ImpGetPercent transports the return value as type sal_uInt16/SDR_TRISTATE

Change-Id: I49adba804bbbf79390b105f894b0d11f3b6ae2dc
üst 1b687bb6
...@@ -143,7 +143,7 @@ SDR_TRISTATE SdrGlueEditView::IsMarkedGluePointsPercent() const ...@@ -143,7 +143,7 @@ SDR_TRISTATE SdrGlueEditView::IsMarkedGluePointsPercent() const
{ {
ForceUndirtyMrkPnt(); ForceUndirtyMrkPnt();
bool bFirst=true; bool bFirst=true;
sal_uInt16 nRet=sal_True; sal_uInt16 nRet=sal_uInt16(true);
const_cast<SdrGlueEditView*>(this)->ImpDoMarkedGluePoints(ImpGetPercent,true,&bFirst,&nRet); const_cast<SdrGlueEditView*>(this)->ImpDoMarkedGluePoints(ImpGetPercent,true,&bFirst,&nRet);
return (SDR_TRISTATE)nRet; return (SDR_TRISTATE)nRet;
} }
......
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