summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/docsh.cxx')
-rw-r--r--sc/source/ui/docshell/docsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 5d2c650d062c..1b86afbc8496 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -2805,7 +2805,7 @@ ScDocument* ScDocShell::GetClipDoc()
}
ScDocShell::ScDocShell( const ScDocShell& rShell ) :
- SvRefBase(),
+ SvRefBase(rShell),
SotObject(),
SfxObjectShell( rShell.GetCreateMode() ),
SfxListener(),