summaryrefslogtreecommitdiff
path: root/sw/qa/extras/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-03-09 09:06:19 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-03-09 09:38:17 +0100
commit469e17ac5be4205c0f3e704607c38274f092e617 (patch)
tree68d5b51c2e414a5aafff703107efdbe8b396f9df /sw/qa/extras/inc
parent50bf3061e6645125ef4355f214dd35656012048b (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.hxx2
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).