summaryrefslogtreecommitdiff
path: root/stoc/test/testsmgr_cpnt.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-22 08:45:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-22 12:50:47 +0200
commite856f2323289efd3a6f070ff6e1b0f7cd3afb2aa (patch)
treed5174713f9c1aca04833d06d7793aec2c0a5514f /stoc/test/testsmgr_cpnt.cxx
parentb2d99944c55acbdd4204db37079cde476d6388be (diff)
stoc: make use of css alias
Change-Id: I1dd85a7b1236cfebd5e653fe6d329968e556364b
Diffstat (limited to 'stoc/test/testsmgr_cpnt.cxx')
-rw-r--r--stoc/test/testsmgr_cpnt.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/test/testsmgr_cpnt.cxx b/stoc/test/testsmgr_cpnt.cxx
index a1d1d923c025..33d29837010c 100644
--- a/stoc/test/testsmgr_cpnt.cxx
+++ b/stoc/test/testsmgr_cpnt.cxx
@@ -52,10 +52,10 @@
#define SERVICE_NAME "com.sun.star.ts.TestManagerImpl"
-using namespace com::sun::star::uno;
-using namespace com::sun::star::registry;
-using namespace com::sun::star::lang;
-using namespace com::sun::star::container;
+using namespace css::uno;
+using namespace css::registry;
+using namespace css::lang;
+using namespace css::container;
using namespace osl;
using namespace cppu;
-16restore this, problem was ever-growing PATH for incremental buildsCaolán McNamara 2012-05-14Comment this one because it randomly breaks Windows buildFridrich Štrba 2012-05-13ensure freshly built icu headers are newer than previous headersCaolán McNamara 2012-05-11Must prepend uconfig.h.prepend to uconfig.h when using --with-library-suffixTor Lillqvist 2012-05-11Fix copy/pasted commentTor Lillqvist 2012-05-11gcc atomics only definitely available >= gcc 4.4.4Caolán McNamara 2012-05-11try and bodge macosx 10.4 buildCaolán McNamara 2012-05-11upgrade to icu 49Caolán McNamara 2012-05-10configure icu for windows via runConfigureICU Cygwin/MSVCCaolán McNamara 2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton 2012-05-02fix typoCaolán McNamara 2012-05-02can use -O2 without -fstrict-aliasing for icuCaolán McNamara 2012-03-17fix icu parallel buildLuboš Luňák