summaryrefslogtreecommitdiff
path: root/include/svx/dlgutil.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/dlgutil.hxx')
-rw-r--r--include/svx/dlgutil.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/svx/dlgutil.hxx b/include/svx/dlgutil.hxx
index 0359321e4030..f4ab804bf7f9 100644
--- a/include/svx/dlgutil.hxx
+++ b/include/svx/dlgutil.hxx
@@ -26,12 +26,14 @@
class SfxItemSet;
-SVXCORE_DLLPUBLIC FieldUnit GetModuleFieldUnit( const SfxItemSet& );
+SVXCORE_DLLPUBLIC FieldUnit GetModuleFieldUnit(const SfxItemSet&);
SVXCORE_DLLPUBLIC FieldUnit GetModuleFieldUnit();
-SVXCORE_DLLPUBLIC bool GetApplyCharUnit( const SfxItemSet& );
+SVXCORE_DLLPUBLIC bool GetApplyCharUnit(const SfxItemSet&);
constexpr DrawModeFlags OUTPUT_DRAWMODE_COLOR = DrawModeFlags::Default;
-constexpr DrawModeFlags OUTPUT_DRAWMODE_CONTRAST = DrawModeFlags::SettingsLine | DrawModeFlags::SettingsFill | DrawModeFlags::SettingsText | DrawModeFlags::SettingsGradient;
+constexpr DrawModeFlags OUTPUT_DRAWMODE_CONTRAST
+ = DrawModeFlags::SettingsLine | DrawModeFlags::SettingsFill | DrawModeFlags::SettingsText
+ | DrawModeFlags::SettingsGradient;
#endif