diff options
author | Stefan Weiberg <stefan.weiberg@germandev.org> | 2014-09-05 15:34:48 +0000 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-09-08 03:02:57 -0500 |
commit | 481cd6368bd1af2b4a51be57bcedfb8fc631bf0e (patch) | |
tree | 5ad82755ca6c11db9d47ac5034b1562c4bfb96ab /xmlsecurity/workben/signaturetest.cxx | |
parent | 34a68f0aa92de05123c1e951899c08eed5a55543 (diff) |
Related #82088: removed last css aliases in hxx
* Only unfixed header namespace alias in
ConnectionLog.hxx:
LogLevel = ::com::sun::star::logging::LogLevel
Change-Id: I48c941a4762830f2265c8241f4c1695a43ec891a
Reviewed-on: https://gerrit.libreoffice.org/11333
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'xmlsecurity/workben/signaturetest.cxx')
-rw-r--r-- | xmlsecurity/workben/signaturetest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/workben/signaturetest.cxx b/xmlsecurity/workben/signaturetest.cxx index 4d1a6f4397a3..f3c4db858d7a 100644 --- a/xmlsecurity/workben/signaturetest.cxx +++ b/xmlsecurity/workben/signaturetest.cxx @@ -49,7 +49,7 @@ #include <com/sun/star/security/DocumentDigitalSignatures.hpp> -using namespace ::com::sun::star; +using namespace css; void Main(); |