summaryrefslogtreecommitdiff
path: root/forms/source/xforms/NameContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/NameContainer.hxx')
-rw-r--r--forms/source/xforms/NameContainer.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/xforms/NameContainer.hxx b/forms/source/xforms/NameContainer.hxx
index 7484eeeb7bae..3b2d7927c0be 100644
--- a/forms/source/xforms/NameContainer.hxx
+++ b/forms/source/xforms/NameContainer.hxx
@@ -92,9 +92,9 @@ public:
NameContainer() {}
virtual ~NameContainer() {}
- //
+
// methods for XElementAccess
- //
+
virtual com::sun::star::uno::Type SAL_CALL getElementType()
throw( com::sun::star::uno::RuntimeException, std::exception )
@@ -109,9 +109,9 @@ public:
}
- //
+
// methods for XNameAccess (inherits XElementAccess)
- //
+
virtual com::sun::star::uno::Any SAL_CALL getByName(
const OUString& rName )
@@ -151,9 +151,9 @@ public:
}
- //
+
// methods for XNameReplace (inherits XNameAccess)
- //
+
virtual void SAL_CALL replaceByName(
const OUString& rName,
@@ -174,9 +174,9 @@ public:
}
- //
+
// methods for XNameContainer (inherits XNameReplace)
- //
+
virtual void SAL_CALL insertByName(
const OUString& rName,