diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:42:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:42:08 +0000 |
commit | 0009ad9b2d786ff1d0eac35550fd04688087c4d7 (patch) | |
tree | cdd62b2460b5d0aa5b99f7dc7a2692935c2f74c0 /svx | |
parent | 741573202b60555235c95d2f4007d5b09e713fe2 (diff) |
INTEGRATION: CWS pchfix04 (1.34.86); FILE MERGED
2007/02/05 12:13:56 os 1.34.86.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/svxruler.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx index 8dbb73a40d26..c2ebdb246d11 100644 --- a/svx/source/dialog/svxruler.cxx +++ b/svx/source/dialog/svxruler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svxruler.cxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: obo $ $Date: 2006-10-12 12:27:54 $ + * last change: $Author: kz $ $Date: 2007-05-10 14:42:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,9 +59,9 @@ #include <svtools/smplhint.hxx> -#define ITEMID_TABSTOP 0 -#define ITEMID_LRSPACE 0 -#define ITEMID_PROTECT 0 + + + #include "dialogs.hrc" #include "dialmgr.hxx" @@ -71,7 +71,6 @@ #include "tstpitem.hxx" #include "lrspitem.hxx" #include "protitem.hxx" - #ifndef RULER_TAB_RTL #define RULER_TAB_RTL ((USHORT)0x0010) #endif @@ -248,6 +247,7 @@ struct SvxRuler_Impl { lOldWinPos(0), lMaxLeftLogic(0), lMaxRightLogic(0), lLastLMargin(0), lLastRMargin(0), + aProtectItem(SID_RULER_PROTECT), pTextRTLItem(0), nControlerItems(0), nIdx(0), nColLeftPix(0), nColRightPix(0), |