summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/funcuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/funcuno.cxx')
-rw-r--r--sc/source/ui/unoobj/funcuno.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/funcuno.cxx b/sc/source/ui/unoobj/funcuno.cxx
index 5002b712d43b..db56e8196dda 100644
--- a/sc/source/ui/unoobj/funcuno.cxx
+++ b/sc/source/ui/unoobj/funcuno.cxx
@@ -48,7 +48,7 @@
using namespace com::sun::star;
-//------------------------------------------------------------------------
+
// registered as implementation for service FunctionAccess,
// also supports service SpreadsheetDocumentSettings (to set null date etc.)
@@ -56,7 +56,7 @@ using namespace com::sun::star;
#define SCFUNCTIONACCESS_SERVICE "com.sun.star.sheet.FunctionAccess"
#define SCDOCSETTINGS_SERVICE "com.sun.star.sheet.SpreadsheetDocumentSettings"
-//------------------------------------------------------------------------
+
// helper to use cached document if not in use, temporary document otherwise
@@ -75,7 +75,7 @@ public:
ScDocument* GetDocument();
};
-//------------------------------------------------------------------------
+
ScDocument* ScTempDocSource::CreateDocument()
{
@@ -114,7 +114,7 @@ ScDocument* ScTempDocSource::GetDocument()
return rCache.GetDocument();
}
-//------------------------------------------------------------------------
+
ScTempDocCache::ScTempDocCache() :
pDoc( NULL ),
@@ -141,7 +141,7 @@ void ScTempDocCache::Clear()
pDoc = NULL;
}
-//------------------------------------------------------------------------
+
// copy results from one document into another
//! merge this with ScAreaLink::Refresh
@@ -183,7 +183,7 @@ static sal_Bool lcl_CopyData( ScDocument* pSrcDoc, const ScRange& rSrcRange,
return sal_True;
}
-//------------------------------------------------------------------------
+
ScFunctionAccess::ScFunctionAccess() :
pOptions( NULL ),