diff options
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r-- | sw/inc/docufld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index 9cad6b71f77c..f1023e372970 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -84,7 +84,7 @@ namespace nsSwDocInfoSubType const SwDocInfoSubType DI_SUB_TIME = 0x0200; const SwDocInfoSubType DI_SUB_DATE = 0x0300; const SwDocInfoSubType DI_SUB_FIXED = 0x1000; - const SwDocInfoSubType DI_SUB_MASK = 0xff00; + const SwDocInfoSubType DI_SUB_MASK = 0x0f00; } enum SwPageNumSubType |