diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-08-15 13:41:05 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-08-15 13:50:56 +0400 |
commit | 0093e6b6a0c03a5f9e693359fcd798b0113b009a (patch) | |
tree | b4ad0768495e19ed59a3df249dd61b6f69d730fd /sfx2 | |
parent | edaf3e8cd146f5dadb73f1aebdf990f8a2656bc3 (diff) |
restore the old value for SID_ATTR_ZOOM
regression from 6484ccb4edad34d03d1300929fe20788f41b255e,
can be seen for example in Writer's page preview mode, changing zoom
by a mouse wheel does not update the zoom slider.
these slot ids are sometimes collected into an array to pass to
SfxBindings::Invalidate(sal_uInt16*), which requires a _sorted_ array,
so let's not modify the values and break the sort order.
Change-Id: I9cb59a6eed2f19dfb3a308d7654d8b0b1779ae6b
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/sfx2/sfxsids.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/sfxsids.hrc b/sfx2/inc/sfx2/sfxsids.hrc index c2eadf745dbf..0b53930c08be 100644 --- a/sfx2/inc/sfx2/sfxsids.hrc +++ b/sfx2/inc/sfx2/sfxsids.hrc @@ -173,7 +173,7 @@ #define ID_FILETP_READONLY (ID_FILETP_START + 0) #define ID_FILETP_TITLE (ID_FILETP_START + 1) -#define SID_ATTR_ZOOM (SID_SVX_START + 1419) +#define SID_ATTR_ZOOM (SID_SVX_START + 0) #define SID_EXPLORER_PROPS_START (SID_SFX_START + 1410) // SID_EXPLORER_PROPS_END (SID_SFX_START + 1499) |