diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-09 09:06:19 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-09 09:38:17 +0100 |
commit | 469e17ac5be4205c0f3e704607c38274f092e617 (patch) | |
tree | 68d5b51c2e414a5aafff703107efdbe8b396f9df /sw/qa/extras/inc | |
parent | 50bf3061e6645125ef4355f214dd35656012048b (diff) |
sw testcases: avoid using UI name for default style name
Change-Id: Ic2e08245dd022555ad6308283d406d81141a9124
Diffstat (limited to 'sw/qa/extras/inc')
-rw-r--r-- | sw/qa/extras/inc/swmodeltestbase.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/extras/inc/swmodeltestbase.hxx index 95eee3514266..424f03e078c7 100644 --- a/sw/qa/extras/inc/swmodeltestbase.hxx +++ b/sw/qa/extras/inc/swmodeltestbase.hxx @@ -54,8 +54,6 @@ using namespace css; -#define DEFAULT_STYLE "Default Style" - /** * Macro to declare a new test (with full round-trip. To test * import only use the DECLARE_SW_IMPORT_TEST macro instead). |