remove unused fields
Change-Id: Ia2b2fd7623351377df9a0c76ad27cb6b738bc124
This commit is contained in:
@@ -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() {}
|
||||
};
|
||||
|
||||
//=========================================================================
|
||||
|
Reference in New Issue
Block a user