[Libreoffice-commits] core.git: svx/source

Ivan Timofeev timofeev.i.s at gmail.com
Thu Feb 28 10:25:04 PST 2013


 svx/source/dialog/compressgraphicdialog.hrc |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4fcea7f0c414bea7975694465ae4e4436bdef24b
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Thu Feb 28 22:11:21 2013 +0400

    Global resources should have an identifier >= 256.
    
    Change-Id: I00b72779f7400d532e87907308198269a5f8784d

diff --git a/svx/source/dialog/compressgraphicdialog.hrc b/svx/source/dialog/compressgraphicdialog.hrc
index 4b3060d..584e976 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


More information about the Libreoffice-commits mailing list