summaryrefslogtreecommitdiff
path: root/svx/source/dialog/compressgraphicdialog.hrc
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-02-28 22:11:21 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-02-28 22:22:44 +0400
commit4fcea7f0c414bea7975694465ae4e4436bdef24b (patch)
treebf44d0b58f3f27a1be4e4a7731d3eca9ba4f6d77 /svx/source/dialog/compressgraphicdialog.hrc
parent7820a13f6175e6da73c7ae937f075ea13ee83311 (diff)
Global resources should have an identifier >= 256.
Change-Id: I00b72779f7400d532e87907308198269a5f8784d
Diffstat (limited to 'svx/source/dialog/compressgraphicdialog.hrc')
-rw-r--r--svx/source/dialog/compressgraphicdialog.hrc6
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