Kaydet (Commit) 6c5c5684 authored tarafından Noel Grandin's avatar Noel Grandin

sal_Bool->bool

Change-Id: I33f17c16a4d44a68b535fad370fba24f68df6317
üst c6d99137
...@@ -81,10 +81,10 @@ public: ...@@ -81,10 +81,10 @@ public:
SCTAB nTable; SCTAB nTable;
SCCOL nCol; SCCOL nCol;
SCROW nRow; SCROW nRow;
sal_uLong nActionNo; sal_uLong nActionNo;
sal_uLong nInfo; sal_uLong nInfo;
sal_Bool bIsRejectable; bool bIsRejectable;
sal_Bool bIsAcceptable; bool bIsAcceptable;
}; };
typedef long LExpNum; typedef long LExpNum;
......
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