summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-25 14:45:23 +0200
committerNoel Power <noel.power@suse.com>2012-09-26 11:20:35 +0100
commit3bdc99fe19c1922d6683ad076a49f080d1a33b05 (patch)
treea88e3d383a0d6953a28e9b8fdb8ef37334e89518 /xmlhelp
parent4b415950b30fa063e669717cfce2591845f26c16 (diff)
remove unused fields
Change-Id: Ia2b2fd7623351377df9a0c76ad27cb6b738bc124
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/content.hxx5
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() {}
};
//=========================================================================