diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-27 07:39:55 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-27 14:00:28 +0200 |
commit | e6ff6f9a71ec88747e3cf8165fb72a96b57f2e99 (patch) | |
tree | ce7c487c98d6dec383e84d63b2ea1c4cf61a3a10 /tools | |
parent | 3041269ff285685d660a049bfef43f3dab6f8946 (diff) |
use namespace css instead of com::sun
Change-Id: I47582b072bb939cf270a76e430a9f7908b5c1d93
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/fsys/urlobj.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx index 9947a8614b8a..69b84a922c0a 100644 --- a/tools/source/fsys/urlobj.cxx +++ b/tools/source/fsys/urlobj.cxx @@ -40,7 +40,7 @@ namespace unnamed_tools_urlobj {} using namespace unnamed_tools_urlobj; // unnamed namespaces don't work well yet... -using namespace com::sun; +using namespace css; // INetURLObject @@ -3702,7 +3702,7 @@ OUString INetURLObject::GetURLNoMark(DecodeMechanism eMechanism, OUString INetURLObject::getAbbreviated( - star::uno::Reference< star::util::XStringWidth > const & rStringWidth, + uno::Reference< util::XStringWidth > const & rStringWidth, sal_Int32 nWidth, DecodeMechanism eMechanism, rtl_TextEncoding eCharset) |