summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/macromgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/macromgr.cxx')
-rw-r--r--sc/source/ui/docshell/macromgr.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/docshell/macromgr.cxx b/sc/source/ui/docshell/macromgr.cxx
index 9d31d398c850..6de5358fd9f2 100644
--- a/sc/source/ui/docshell/macromgr.cxx
+++ b/sc/source/ui/docshell/macromgr.cxx
@@ -36,8 +36,6 @@ using ::std::list;
using ::std::for_each;
using ::std::pair;
-
-
/**
* A simple container to keep track of cells that depend on basic modules
* changes. We don't check for duplicates at insertion time; instead, we
@@ -92,8 +90,6 @@ private:
};
-
-
ScMacroManager::ScMacroManager(ScDocument* pDoc) :
mpDepTracker(new ScUserMacroDepTracker),
mpDoc(pDoc)