diff options
Diffstat (limited to 'sc/qa/extras/sceditfieldobj-header.cxx')
-rw-r--r-- | sc/qa/extras/sceditfieldobj-header.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/qa/extras/sceditfieldobj-header.cxx b/sc/qa/extras/sceditfieldobj-header.cxx index eb719744904d..5a97dfebfd82 100644 --- a/sc/qa/extras/sceditfieldobj-header.cxx +++ b/sc/qa/extras/sceditfieldobj-header.cxx @@ -25,6 +25,9 @@ #define NUMBER_OF_TESTS 5 +using namespace css; +using namespace css::uno; + namespace sc_apitest { class ScEditFieldObj_Header : public UnoApiTest, apitest::XTextContent, apitest::XPropertySet |