diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-12 10:26:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-14 14:15:00 +0200 |
commit | 335b96583b25e5af6f07151691ea538489bbf519 (patch) | |
tree | 8d3e2434c85f15b36015e75496f95ac8b584a71f /sc/inc | |
parent | 15db27681316e960d4bdaceb3e4c4b4428e54a75 (diff) |
sal_Bool->bool
Change-Id: Ia2356f808f42dca46f62b48b09f5a8fd2fb23d96
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/optuno.hxx | 2 |
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 ); |