summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/crcomp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/corereflection/crcomp.cxx')
-rw-r--r--stoc/source/corereflection/crcomp.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/stoc/source/corereflection/crcomp.cxx b/stoc/source/corereflection/crcomp.cxx
index 0e05a88192fb..a42ee6742f92 100644
--- a/stoc/source/corereflection/crcomp.cxx
+++ b/stoc/source/corereflection/crcomp.cxx
@@ -33,6 +33,7 @@ using namespace css::uno;
namespace stoc_corefl
{
+namespace {
class IdlCompFieldImpl
: public IdlMemberImpl
@@ -70,6 +71,8 @@ public:
virtual void SAL_CALL set( Any & rObj, const Any & rValue ) override;
};
+}
+
// XInterface
Any IdlCompFieldImpl::queryInterface( const Type & rType )