summaryrefslogtreecommitdiff
path: root/sw/inc/ccoll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ccoll.hxx')
-rw-r--r--sw/inc/ccoll.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/ccoll.hxx b/sw/inc/ccoll.hxx
index f5bc84274b48..d2d02a99ded3 100644
--- a/sw/inc/ccoll.hxx
+++ b/sw/inc/ccoll.hxx
@@ -30,11 +30,13 @@
#include "swdllapi.h"
#include "cmdid.h"
+enum class Master_CollCondition;
+
#define COND_COMMAND_COUNT 28
struct CommandStruct
{
- sal_uLong nCnd;
+ Master_CollCondition nCnd;
sal_uLong nSubCond;
};