summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/cpputype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker/cpputype.hxx')
-rw-r--r--codemaker/source/cppumaker/cpputype.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/codemaker/source/cppumaker/cpputype.hxx b/codemaker/source/cppumaker/cpputype.hxx
index 03f629abff2a..32728f6f8e70 100644
--- a/codemaker/source/cppumaker/cpputype.hxx
+++ b/codemaker/source/cppumaker/cpputype.hxx
@@ -387,13 +387,6 @@ bool produceType(RegistryKey& typeName, bool bIsExtraType,
CppuOptions* pOptions)
throw( CannotDumpException );
-/**
- * This function returns a C++ scoped name, represents the namespace
- * scoping of this type, e.g. com:.sun::star::uno::XInterface.
- */
-// ::rtl::OString scopedName(const ::rtl::OString& scope, const ::rtl::OString& type,
-// sal_Bool bNoNameSpace=sal_False);
-
#endif // INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_CPPUTYPE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */