diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-04-21 01:30:38 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-04-21 05:53:30 +0200 |
commit | 2abba84aa7c639011956721a4922653130dd09a6 (patch) | |
tree | 01f062a3991438ab99111fb5012effa22120a2bb /svtools/source/config | |
parent | 18a9e9e844d2f3ebad52e6c45095e3c50422db1a (diff) |
Replace css macro with namespace for nicer namespacing
Diffstat (limited to 'svtools/source/config')
-rw-r--r-- | svtools/source/config/itemholder2.hxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/svtools/source/config/itemholder2.hxx b/svtools/source/config/itemholder2.hxx index 1e0ade748546..bd4ac34003e8 100644 --- a/svtools/source/config/itemholder2.hxx +++ b/svtools/source/config/itemholder2.hxx @@ -39,11 +39,7 @@ //----------------------------------------------- // namespaces -#ifdef css -#error "Cant use css as namespace alias." -#else -#define css ::com::sun::star -#endif +namespace css = ::com::sun::star; namespace svtools { //----------------------------------------------- @@ -84,10 +80,6 @@ class ItemHolder2 : private ItemHolderMutexBase }; } // namespace svtools -//----------------------------------------------- -// namespaces - -#undef css #endif // INCLUDED_SVTOOLS_ITEMHOLDER2_HXX_ |