remove unused fields

Change-Id: Ia2b2fd7623351377df9a0c76ad27cb6b738bc124
This commit is contained in:
Noel Grandin 2012-09-25 14:45:23 +02:00 committed by Noel Power
parent 4b415950b3
commit 3bdc99fe19

View File

@ -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() {}
};
//=========================================================================