summaryrefslogtreecommitdiffstats
path: root/framework/inc/uifactory/factoryconfiguration.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/inc/uifactory/factoryconfiguration.hxx
parentdrawinglayer: sal_Bool->bool (diff)
downloadcore-a6287e21f1dab6ae382c24ceeb4c0212b7cad2d7.tar.gz
core-a6287e21f1dab6ae382c24ceeb4c0212b7cad2d7.zip
framework: sal_Bool->bool
Change-Id: Ia6e87e2b382bd4005637e14088bde9e809996a25
Diffstat (limited to 'framework/inc/uifactory/factoryconfiguration.hxx')
-rw-r--r--framework/inc/uifactory/factoryconfiguration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uifactory/factoryconfiguration.hxx b/framework/inc/uifactory/factoryconfiguration.hxx
index ffdc8368cb75..8360f8b09a46 100644
--- a/framework/inc/uifactory/factoryconfiguration.hxx
+++ b/framework/inc/uifactory/factoryconfiguration.hxx
@@ -84,7 +84,7 @@ private:
}
};
- sal_Bool impl_getElementProps( const ::com::sun::star::uno::Any& aElement, OUString& aCommand, OUString& aModule, OUString& aServiceSpecifier,OUString& aValue ) const;
+ bool impl_getElementProps( const ::com::sun::star::uno::Any& aElement, OUString& aCommand, OUString& aModule, OUString& aServiceSpecifier,OUString& aValue ) const;
mutable osl::Mutex m_mutex;
OUString m_aPropCommand;
@@ -96,7 +96,7 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xConfigProvider;
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xConfigAccess;
::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener > m_xConfigAccessListener;
- sal_Bool m_bConfigAccessInitialized;
+ bool m_bConfigAccessInitialized;
bool m_bAskValue;
};