summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/databases.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/databases.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx
index e5beff449e8e..ae3e5049af5c 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.hxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.hxx
@@ -57,10 +57,10 @@ namespace chelp {
{
private:
- OUString m_aStartId;
- OUString m_aProgramSwitch;
- OUString m_aTitle;
- int m_nOrder;
+ OUString const m_aStartId;
+ OUString const m_aProgramSwitch;
+ OUString const m_aTitle;
+ int const m_nOrder;
public:
@@ -233,7 +233,7 @@ namespace chelp {
css::uno::Reference< css::lang::XMultiComponentFactory > m_xSMgr;
css::uno::Reference< css::ucb::XSimpleFileAccess3 > m_xSFA;
- bool m_bShowBasic;
+ bool const m_bShowBasic;
std::vector<char> m_vCustomCSSDoc;
OUString m_aCSS;
@@ -387,7 +387,7 @@ namespace chelp {
const css::uno::Reference< css::deployment::XPackage >& xPackage,
OUString* o_pExtensionPath, OUString* o_pExtensionRegistryPath );
- bool m_bHelpText;
+ bool const m_bHelpText;
}; // end class DataBaseIterator