summaryrefslogtreecommitdiff
path: root/sw/inc/SwGetPoolIdFromName.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/SwGetPoolIdFromName.hxx')
-rw-r--r--sw/inc/SwGetPoolIdFromName.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/SwGetPoolIdFromName.hxx b/sw/inc/SwGetPoolIdFromName.hxx
index 25e1a4181755..44040cbafac2 100644
--- a/sw/inc/SwGetPoolIdFromName.hxx
+++ b/sw/inc/SwGetPoolIdFromName.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,12 +36,12 @@ typedef USHORT SwGetPoolIdFromName;
namespace nsSwGetPoolIdFromName
{
const SwGetPoolIdFromName GET_POOLID_TXTCOLL = 0x01;
- const SwGetPoolIdFromName GET_POOLID_CHRFMT = 0x02;
- const SwGetPoolIdFromName GET_POOLID_FRMFMT = 0x04;
+ const SwGetPoolIdFromName GET_POOLID_CHRFMT = 0x02;
+ const SwGetPoolIdFromName GET_POOLID_FRMFMT = 0x04;
const SwGetPoolIdFromName GET_POOLID_PAGEDESC = 0x08;
const SwGetPoolIdFromName GET_POOLID_NUMRULE = 0x10;
}
-#endif
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */