diff options
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/content.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/content.hxx b/xmlhelp/source/cxxhelp/provider/content.hxx index cd6d113e01cd..4616a46ca892 100644 --- a/xmlhelp/source/cxxhelp/provider/content.hxx +++ b/xmlhelp/source/cxxhelp/provider/content.hxx @@ -51,11 +51,8 @@ namespace chelp { OUString aTitle; // Title OUString aContentType; // ContentType - sal_Bool bIsDocument; // IsDocument - sal_Bool bIsFolder; // IsFolder - ContentProperties() - : bIsDocument( sal_True ), bIsFolder( sal_False ) {} + ContentProperties() {} }; //========================================================================= |