diff options
-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 |