diff options
Diffstat (limited to 'extensions/source/propctrlr/enumrepresentation.hxx')
-rw-r--r-- | extensions/source/propctrlr/enumrepresentation.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/enumrepresentation.hxx b/extensions/source/propctrlr/enumrepresentation.hxx index 2d8d373af540..7cf5635a0660 100644 --- a/extensions/source/propctrlr/enumrepresentation.hxx +++ b/extensions/source/propctrlr/enumrepresentation.hxx @@ -26,14 +26,14 @@ #include <vector> -//........................................................................ + namespace pcr { -//........................................................................ - //==================================================================== + + //= IPropertyEnumRepresentation - //==================================================================== + class SAL_NO_VTABLE IPropertyEnumRepresentation : public ::rtl::IReference { public: @@ -58,9 +58,9 @@ namespace pcr virtual ~IPropertyEnumRepresentation() { }; }; -//........................................................................ + } // namespace pcr -//........................................................................ + #endif // EXTENSIONS_SOURCE_PROPCTRLR_ENUMREPRESENTATION_HXX |