summaryrefslogtreecommitdiff
path: root/sc/inc/optuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 10:26:35 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:00 +0200
commit335b96583b25e5af6f07151691ea538489bbf519 (patch)
tree8d3e2434c85f15b36015e75496f95ac8b584a71f /sc/inc/optuno.hxx
parent15db27681316e960d4bdaceb3e4c4b4428e54a75 (diff)
sal_Bool->bool
Change-Id: Ia2356f808f42dca46f62b48b09f5a8fd2fb23d96
Diffstat (limited to 'sc/inc/optuno.hxx')
-rw-r--r--sc/inc/optuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/optuno.hxx b/sc/inc/optuno.hxx
index 90a275db518a..f1a8b65d82f5 100644
--- a/sc/inc/optuno.hxx
+++ b/sc/inc/optuno.hxx
@@ -42,7 +42,7 @@ class ScDocOptionsHelper
public:
static const SfxItemPropertyMapEntry* GetPropertyMap();
- static sal_Bool setPropertyValue( ScDocOptions& rOptions,
+ static bool setPropertyValue( ScDocOptions& rOptions,
const SfxItemPropertyMap& rPropMap,
const OUString& aPropertyName,
const ::com::sun::star::uno::Any& aValue );