summaryrefslogtreecommitdiff
path: root/cui/source/options/optinet2.hrc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-15 10:10:18 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-17 07:57:59 +0200
commitf70fe6e651eefbc69c434256f7e74ad53519a36c (patch)
treeb249e3372dcc14b618868b1f0b7a3916b50f2312 /cui/source/options/optinet2.hrc
parent9baeb0bd8f621457d265f09bd377d7147141030d (diff)
fdo#49921 make sure all tab pages have the same dimensions
The reason is that they can be combined arbitrarily in dialogs, so changing, e.g., height of one tab can lead to "interesting" results. Cf. commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and 29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the problem described fdo#49921. Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
Diffstat (limited to 'cui/source/options/optinet2.hrc')
-rw-r--r--cui/source/options/optinet2.hrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optinet2.hrc b/cui/source/options/optinet2.hrc
index a4c1781aadfe..64bf526beadb 100644
--- a/cui/source/options/optinet2.hrc
+++ b/cui/source/options/optinet2.hrc
@@ -27,6 +27,8 @@
#ifndef _SVX_OPTINET_HRC
#define _SVX_OPTINET_HRC
+#include <sfx2/tabpage.hrc>
+
#ifndef _SVT_CONTROLDIMS_HRC_
#include <svtools/controldims.hrc>
#endif
@@ -99,8 +101,6 @@
#define STR_SEC_NOPASSWDSAVE 12
-#define TP_WIDTH 260
-#define TP_HEIGHT 185
#define OFFS_BUTTON_Y (-6)
#define BORDER_OFFSET 8
#define COL_0 (RSC_SP_TBPG_INNERBORDER_LEFT)