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

sal_Bool->bool

Change-Id: Ia379df6818ffeb57f9348823b9049d7d6f973bb7
üst 2f03c362
...@@ -228,7 +228,7 @@ public: ...@@ -228,7 +228,7 @@ public:
virtual ~ScStyleObj(); virtual ~ScStyleObj();
// created by getImplementation: // created by getImplementation:
sal_Bool IsInserted() const { return pDocShell != NULL; } bool IsInserted() const { return pDocShell != NULL; }
SfxStyleFamily GetFamily() const { return eFamily; } SfxStyleFamily GetFamily() const { return eFamily; }
void InitDoc( ScDocShell* pNewDocSh, const OUString& rNewName ); void InitDoc( ScDocShell* pNewDocSh, const OUString& rNewName );
......
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