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.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/ccoll.hxx b/sw/inc/ccoll.hxx
index 8889873e9400..10bc398e237e 100644
--- a/sw/inc/ccoll.hxx
+++ b/sw/inc/ccoll.hxx
@@ -30,15 +30,11 @@
#include "swdllapi.h"
#include "cmdid.h"
-//***********************************************************
-
struct CollName {
sal_uLong nCnd;
sal_uLong nSubCond;
};
-//***********************************************************
-
#define COND_COMMAND_COUNT 28
struct CommandStruct
@@ -47,13 +43,9 @@ struct CommandStruct
sal_uLong nSubCond;
};
-//***********************************************************
-
sal_Int16 GetCommandContextIndex( const OUString &rContextName );
OUString GetCommandContextByIndex( sal_Int16 nIndex );
-//***********************************************************
-
class SW_DLLPUBLIC SwCondCollItem : public SfxPoolItem
{
static const CommandStruct aCmds[COND_COMMAND_COUNT];