diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-02-28 22:11:21 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-02-28 22:22:44 +0400 |
commit | 4fcea7f0c414bea7975694465ae4e4436bdef24b (patch) | |
tree | bf44d0b58f3f27a1be4e4a7731d3eca9ba4f6d77 /svx | |
parent | 7820a13f6175e6da73c7ae937f075ea13ee83311 (diff) |
Global resources should have an identifier >= 256.
Change-Id: I00b72779f7400d532e87907308198269a5f8784d
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/compressgraphicdialog.hrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/compressgraphicdialog.hrc b/svx/source/dialog/compressgraphicdialog.hrc index 4b3060d1c432..584e9766f5ba 100644 --- a/svx/source/dialog/compressgraphicdialog.hrc +++ b/svx/source/dialog/compressgraphicdialog.hrc @@ -16,6 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define STR_IMAGE_ORIGINAL_SIZE 1 -#define STR_IMAGE_VIEW_SIZE 2 -#define STR_IMAGE_CAPACITY 3 +#define STR_IMAGE_ORIGINAL_SIZE 256 +#define STR_IMAGE_VIEW_SIZE 257 +#define STR_IMAGE_CAPACITY 258 |