Kaydet (Commit) 688e0cec authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1194917 Overflowed return value

Change-Id: I87a8b8ec70a11f88dc225392964707f582905805
üst cbedb5a6
......@@ -90,7 +90,7 @@ public:
void update();
sal_uInt16 getOrientation() { return m_pOrientBox->GetSelectEntryPos(); }
sal_Int32 getOrientation() const { return m_pOrientBox->GetSelectEntryPos(); }
};
class RTSDevicePage : public TabPage
......
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