summaryrefslogtreecommitdiff
path: root/desktop/test
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-11 14:40:54 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-09-12 19:53:18 +0000
commit4a9b401f9877b348a0e716e79cb8cc41645ceba3 (patch)
treeecddc4e20b644d12e3c83589be2c5692f827e7f0 /desktop/test
parent01547985ceee8c199dc189071845ef5fcda11782 (diff)
desktop: com::sun::star->css
Change-Id: Ie94dea9b4f48829132ceadcbf36634eeed191bb9 Reviewed-on: https://gerrit.libreoffice.org/18498 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/test')
-rw-r--r--desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl b/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl
index e304792e9cd4..87b2540e44e9 100644
--- a/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl
+++ b/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module comp { module smoketest {
// example service, XServiceInfo is implemented here for demonstration
// issues. XServiceInfo must be implemented by all components.
- service TestExtension: ::com::sun::star::lang::XServiceInfo;
+ service TestExtension: css::lang::XServiceInfo;
};};};};};
#endif