summaryrefslogtreecommitdiffstats
path: root/include/vcl/edit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/edit.hxx')
-rw-r--r--include/vcl/edit.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx
index 3fe232d96539..2e22e25d9a2d 100644
--- a/include/vcl/edit.hxx
+++ b/include/vcl/edit.hxx
@@ -39,18 +39,18 @@ namespace i18n {
struct DDInfo;
struct Impl_IMEInfos;
-// --------------
+
// - Edit-Types -
-// --------------
+
#define EDIT_NOLIMIT SAL_MAX_INT32
#define EDIT_UPDATEDATA_TIMEOUT 350
typedef OUString (*FncGetSpecialChars)( Window* pWin, const Font& rFont );
-// --------
+
// - Edit -
-// --------
+
enum AutocompleteAction{ AUTOCOMPLETE_KEYINPUT, AUTOCOMPLETE_TABFORWARD, AUTOCOMPLETE_TABBACKWARD };