diff options
Diffstat (limited to 'sd/source/ui/view/DocumentRenderer.cxx')
-rw-r--r-- | sd/source/ui/view/DocumentRenderer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/DocumentRenderer.cxx b/sd/source/ui/view/DocumentRenderer.cxx index 30fe413e5d83..17e225e7c1c8 100644 --- a/sd/source/ui/view/DocumentRenderer.cxx +++ b/sd/source/ui/view/DocumentRenderer.cxx @@ -240,7 +240,7 @@ namespace { bDefaultValue is returned. Otherwise <FALSE/> is returned. */ bool GetBoolValue ( - const sal_Char* pName, + const char* pName, const bool bDefaultValue) const { bool bValue = mrProperties.getBoolValue( pName, bDefaultValue ); @@ -252,7 +252,7 @@ namespace { returned. */ bool GetBoolValue ( - const sal_Char* pName, + const char* pName, const sal_Int32 nTriggerValue) const { sal_Int32 nValue = static_cast<sal_Int32>(mrProperties.getIntValue( pName, 0 )); |