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.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/source/ui/unoobj/funcuno.cxx b/sc/source/ui/unoobj/funcuno.cxx
index 128811bf1ae7..b65b34d168e7 100644
--- a/sc/source/ui/unoobj/funcuno.cxx
+++ b/sc/source/ui/unoobj/funcuno.cxx
@@ -57,6 +57,8 @@ using namespace com::sun::star;
// helper to use cached document if not in use, temporary document otherwise
+namespace {
+
class ScTempDocSource
{
private:
@@ -72,6 +74,8 @@ public:
ScDocument* GetDocument();
};
+}
+
ScDocument* ScTempDocSource::CreateDocument()
{
ScDocument* pDoc = new ScDocument( SCDOCMODE_FUNCTIONACCESS );
@@ -312,6 +316,8 @@ static void lcl_AddRef( ScTokenArray& rArray, long nStartRow, long nColCount, lo
rArray.AddDoubleReference(aRef);
}
+namespace {
+
class SimpleVisitor
{
protected:
@@ -439,6 +445,8 @@ static void processSequences( ScDocument* pDoc, const uno::Any& rArg, ScTokenArr
}
};
+}
+
uno::Any SAL_CALL ScFunctionAccess::callFunction( const OUString& aName,
const uno::Sequence<uno::Any>& aArguments )
{