summaryrefslogtreecommitdiff
path: root/fpicker/source/office/contentenumeration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/contentenumeration.hxx')
-rw-r--r--fpicker/source/office/contentenumeration.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/office/contentenumeration.hxx b/fpicker/source/office/contentenumeration.hxx
index 920a6d8f2b08..f6a48c5c3360 100644
--- a/fpicker/source/office/contentenumeration.hxx
+++ b/fpicker/source/office/contentenumeration.hxx
@@ -167,9 +167,9 @@ namespace svt
IEnumerationResultHandler* m_pResultHandler;
bool m_bCancelled;
- css::uno::Sequence< OUString > m_rBlackList;
+ css::uno::Sequence< OUString > m_rDenyList;
- bool URLOnBlackList ( const OUString& sRealURL );
+ bool URLOnDenyList ( const OUString& sRealURL );
public:
/** constructs an enumerator instance
@@ -205,7 +205,7 @@ namespace svt
*/
EnumerationResult enumerateFolderContentSync(
const FolderDescriptor& _rFolder,
- const css::uno::Sequence< OUString >& rBlackList
+ const css::uno::Sequence< OUString >& rDenyList
);
/** cancels the running operation.