Kaydet (Commit) 3db78091 authored tarafından Noel Grandin's avatar Noel Grandin

sal_Bool->bool

Change-Id: I74540123b52a5e6bfd4542aa4a59bb85593e6ca0
üst 53516e9c
...@@ -161,7 +161,7 @@ ScSelectionTransferObj::~ScSelectionTransferObj() ...@@ -161,7 +161,7 @@ ScSelectionTransferObj::~ScSelectionTransferObj()
OSL_ENSURE( !pView, "ScSelectionTransferObj dtor: ForgetView not called" ); OSL_ENSURE( !pView, "ScSelectionTransferObj dtor: ForgetView not called" );
} }
sal_Bool ScSelectionTransferObj::StillValid() bool ScSelectionTransferObj::StillValid()
{ {
//! check if view still has same cell selection //! check if view still has same cell selection
//! (but return sal_False if data has changed inbetween) //! (but return sal_False if data has changed inbetween)
......
...@@ -58,7 +58,7 @@ public: ...@@ -58,7 +58,7 @@ public:
virtual ~ScSelectionTransferObj(); virtual ~ScSelectionTransferObj();
void ForgetView(); void ForgetView();
sal_Bool StillValid(); bool StillValid();
ScTabView* GetView() const { return pView; } ScTabView* GetView() const { return pView; }
ScTransferObj* GetCellData(); ScTransferObj* GetCellData();
......
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