diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-30 00:32:52 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-30 00:56:42 +0100 |
commit | 049ce78144650d92eb6bd73292868f73d37c9010 (patch) | |
tree | f2296358bc0f211620c3b0867568b2c51af5f45f /unotools | |
parent | cd41b59eb295c89d3849b9a2089bee8b897ddc06 (diff) |
remove local css definitions
follow-up of 66a175834c39ccde9475eac3adb72a843110d01f
Change-Id: I1c495041ccc4db4dd9554d49b6324e989fa46c60
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/useroptions.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unotools/source/config/useroptions.cxx b/unotools/source/config/useroptions.cxx index fac2eca11fb5..54365f8e9081 100644 --- a/unotools/source/config/useroptions.cxx +++ b/unotools/source/config/useroptions.cxx @@ -43,11 +43,8 @@ using namespace utl; using namespace com::sun::star; -//using namespace com::sun::star::uno; using rtl::OUString; -//namespace css = ::com::sun::star; - namespace { |