summaryrefslogtreecommitdiffstats
path: root/sc/inc/styleuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 13:51:24 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:04 +0200
commita5bdf6c052121e768cc77e806a4c896bb99bc393 (patch)
treebe0beb54961cf330e922a97b233d1c998cf4e174 /sc/inc/styleuno.hxx
parentsal_Bool->bool (diff)
downloadcore-a5bdf6c052121e768cc77e806a4c896bb99bc393.tar.gz
core-a5bdf6c052121e768cc77e806a4c896bb99bc393.zip
sal_Bool->bool
Change-Id: Ia379df6818ffeb57f9348823b9049d7d6f973bb7
Diffstat (limited to 'sc/inc/styleuno.hxx')
-rw-r--r--sc/inc/styleuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx
index ca20f18a8c09..28dbb63abbda 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -228,7 +228,7 @@ public:
virtual ~ScStyleObj();
// created by getImplementation:
- sal_Bool IsInserted() const { return pDocShell != NULL; }
+ bool IsInserted() const { return pDocShell != NULL; }
SfxStyleFamily GetFamily() const { return eFamily; }
void InitDoc( ScDocShell* pNewDocSh, const OUString& rNewName );