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, 0 insertions, 6 deletions
diff --git a/sc/source/ui/vba/vbahyperlinks.hxx b/sc/source/ui/vba/vbahyperlinks.hxx
index baeca71f49a6..32d082b9564c 100644
--- a/sc/source/ui/vba/vbahyperlinks.hxx
+++ b/sc/source/ui/vba/vbahyperlinks.hxx
@@ -26,8 +26,6 @@
class ScRangeList;
-
-
namespace detail {
class ScVbaHlinkContainer;
@@ -46,8 +44,6 @@ struct ScVbaHlinkContainerMember
} // namespace detail
-
-
class ScVbaHyperlinks;
typedef ::rtl::Reference< ScVbaHyperlinks > ScVbaHyperlinksRef;
@@ -137,8 +133,6 @@ private:
ScVbaHyperlinksRef mxSheetHlinks;
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */