summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorStefan Weiberg <stefan.weiberg@germandev.org>2014-09-01 05:54:28 +0000
committerThomas Arnhold <thomas@arnhold.org>2014-09-02 04:01:27 -0500
commit2ec55fd6a1f79e19bb3654953919260a9ff29ece (patch)
treed9395d758b4881166294cc7afd1772c788ad2dc5 /cui
parentwizards: fix javadoc error: bad use of '>' (diff)
downloadcore-2ec55fd6a1f79e19bb3654953919260a9ff29ece.tar.gz
core-2ec55fd6a1f79e19bb3654953919260a9ff29ece.zip
Related fdo#82088: removing namespace alias in hxx
Change-Id: Iaf455e8361653bc1262cda3bccc2e798b3c60580 Reviewed-on: https://gerrit.libreoffice.org/11225 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optinet2.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/cui/source/options/optinet2.hxx b/cui/source/options/optinet2.hxx
index 540bb3de5894..4aa3cdeb9166 100644
--- a/cui/source/options/optinet2.hxx
+++ b/cui/source/options/optinet2.hxx
@@ -35,8 +35,6 @@ namespace svx {
class SecurityOptionsDialog;
}
-namespace lang = ::com::sun::star::lang;
-namespace uno = ::com::sun::star::uno;
// class SvxNoSpaceEdit --------------------------------------------------
@@ -90,7 +88,7 @@ private:
const OUString aFtpPortPN;
const OUString aNoProxyDescPN;
- uno::Reference< uno::XInterface > m_xConfigurationUpdateAccess;
+ css::uno::Reference< css::uno::XInterface > m_xConfigurationUpdateAccess;
void EnableControls_Impl(bool bEnable);
void ReadConfigData_Impl();