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:
SCTAB nTable;
SCCOL nCol;
SCROW nRow;
sal_uLong nActionNo;
sal_uLong nInfo;
sal_Bool bIsRejectable;
sal_Bool bIsAcceptable;
sal_uLong nActionNo;
sal_uLong nInfo;
bool bIsRejectable;
bool bIsAcceptable;
};
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