summaryrefslogtreecommitdiff
path: root/framework/source/inc/accelerators/presethandler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-04 15:53:21 +0200
committerNoel Grandin <noel@peralex.com>2014-04-07 13:53:49 +0200
commita6287e21f1dab6ae382c24ceeb4c0212b7cad2d7 (patch)
treef0bb68a88c56647fc9165ec69cc05cd5bc441ea6 /framework/source/inc/accelerators/presethandler.hxx
parentc2e98d3cc9e2642d746a9933fcd91230a7378aa1 (diff)
framework: sal_Bool->bool
Change-Id: Ia6e87e2b382bd4005637e14088bde9e809996a25
Diffstat (limited to 'framework/source/inc/accelerators/presethandler.hxx')
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index d7cea6a7e097..31bf59874cfa 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -335,7 +335,7 @@ class PresetHandler
@return The opened preset stream ... or NULL if the preset does not exists.
*/
css::uno::Reference< css::io::XStream > openPreset(const OUString& sPreset,
- sal_Bool bUseNoLangGlobal = sal_False);
+ bool bUseNoLangGlobal = false);
/** @short open the specified target as stream object
and return it.
@@ -356,7 +356,7 @@ class PresetHandler
or couldnt be created as new one.
*/
css::uno::Reference< css::io::XStream > openTarget(const OUString& sTarget ,
- sal_Bool bCreateIfMissing);
+ bool bCreateIfMissing);
/** @short do anything which is necessary to flush all changes
back to disk.
@@ -392,7 +392,7 @@ class PresetHandler
*/
css::uno::Reference< css::embed::XStorage > impl_openPathIgnoringErrors(const OUString& sPath ,
sal_Int32 eMode ,
- sal_Bool bShare);
+ bool bShare);
/** @short try to find the specified locale inside list of possible ones.
@@ -418,7 +418,7 @@ class PresetHandler
*/
::std::vector< OUString >::const_iterator impl_findMatchingLocalizedValue(const ::std::vector< OUString >& lLocalizedValues,
OUString& rLanguageTag ,
- sal_Bool bAllowFallbacks );
+ bool bAllowFallbacks );
/** @short open a config path ignoring errors (catching exceptions).
@@ -449,9 +449,9 @@ class PresetHandler
*/
css::uno::Reference< css::embed::XStorage > impl_openLocalizedPathIgnoringErrors(OUString& sPath ,
sal_Int32 eMode ,
- sal_Bool bShare ,
+ bool bShare ,
OUString& rLanguageTag ,
- sal_Bool bAllowFallback);
+ bool bAllowFallback);
/** @short returns the names of all sub storages of specified storage.