summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fpdialogbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/fpdialogbase.hxx')
-rw-r--r--fpicker/source/office/fpdialogbase.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/fpicker/source/office/fpdialogbase.hxx b/fpicker/source/office/fpdialogbase.hxx
index 5d41a3a2f8be..f845812ff9ce 100644
--- a/fpicker/source/office/fpdialogbase.hxx
+++ b/fpicker/source/office/fpdialogbase.hxx
@@ -52,9 +52,10 @@ enum class PickerFlags {
Password = 0x001000,
ReadOnly = 0x002000,
MultiSelection = 0x004000,
+ ImageAnchor = 0x008000,
};
namespace o3tl {
- template<> struct typed_flags<PickerFlags> : is_typed_flags<PickerFlags, 0x007fff> {};
+ template<> struct typed_flags<PickerFlags> : is_typed_flags<PickerFlags, 0x00ffff> {};
}
#define FILEDIALOG_FILTER_ALL "*.*"