summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/criface.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/corereflection/criface.cxx')
-rw-r--r--stoc/source/corereflection/criface.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/stoc/source/corereflection/criface.cxx b/stoc/source/corereflection/criface.cxx
index 8dd7d55e7fd7..f958994d7b1d 100644
--- a/stoc/source/corereflection/criface.cxx
+++ b/stoc/source/corereflection/criface.cxx
@@ -55,6 +55,7 @@ std::size_t multipleOf16(std::size_t n) {
namespace stoc_corefl
{
+namespace {
class IdlAttributeFieldImpl
: public IdlMemberImpl
@@ -95,6 +96,8 @@ private:
uno_Any * exception, Reference< XInterface > const & context) const;
};
+}
+
// XInterface
Any IdlAttributeFieldImpl::queryInterface( const Type & rType )
@@ -313,6 +316,7 @@ void IdlAttributeFieldImpl::checkException(
cppu::throwException(e);
}
+namespace {
class IdlInterfaceMethodImpl
: public IdlMemberImpl
@@ -352,6 +356,8 @@ public:
virtual Any SAL_CALL invoke( const Any & rObj, Sequence< Any > & rArgs ) override;
};
+}
+
// XInterface
Any IdlInterfaceMethodImpl::queryInterface( const Type & rType )