summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbahyperlinks.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbahyperlinks.hxx')
-rw-r--r--sc/source/ui/vba/vbahyperlinks.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/vba/vbahyperlinks.hxx b/sc/source/ui/vba/vbahyperlinks.hxx
index 6b471214ac3e..641dfac13a8a 100644
--- a/sc/source/ui/vba/vbahyperlinks.hxx
+++ b/sc/source/ui/vba/vbahyperlinks.hxx
@@ -26,7 +26,7 @@
class ScRangeList;
-// ============================================================================
+
namespace detail {
@@ -46,7 +46,7 @@ struct ScVbaHlinkContainerMember
} // namespace detail
-// ============================================================================
+
class ScVbaHyperlinks;
typedef ::rtl::Reference< ScVbaHyperlinks > ScVbaHyperlinksRef;
@@ -137,7 +137,7 @@ private:
ScVbaHyperlinksRef mxSheetHlinks;
};
-// ============================================================================
+
#endif