summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/ccoll.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/chrdlg/ccoll.cxx')
-rw-r--r--sw/source/ui/chrdlg/ccoll.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/chrdlg/ccoll.cxx b/sw/source/ui/chrdlg/ccoll.cxx
index 51ed002e0e46..726c66974f13 100644
--- a/sw/source/ui/chrdlg/ccoll.cxx
+++ b/sw/source/ui/chrdlg/ccoll.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "cmdid.h"
#include "swmodule.hxx"
#include "view.hxx"
@@ -100,7 +99,6 @@ OUString GetCommandContextByIndex( sal_Int16 nIndex )
// Globals ******************************************************************
-
const CommandStruct SwCondCollItem::aCmds[] =
{
{ PARA_IN_TABLEHEAD, 0 },
@@ -133,14 +131,12 @@ const CommandStruct SwCondCollItem::aCmds[] =
{ PARA_IN_LIST, 9 }
};
-
TYPEINIT1_AUTOFACTORY(SwCondCollItem, SfxPoolItem)
/****************************************************************************
Item for the transport of the condition table
****************************************************************************/
-
SwCondCollItem::SwCondCollItem(sal_uInt16 _nWhich ) :
SfxPoolItem(_nWhich)
{