diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-12 00:30:49 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-12 00:31:29 -0500 |
commit | 13d50871e328a640a5baa283cf669407738e8cdd (patch) | |
tree | 396fec184ed1e22d8f9feba01163576704c55a53 /sc | |
parent | fbc389bf17b7a2259380ade43fe15fd952c13eef (diff) |
Maybe this will make the Windows tinderbox happy...
Change-Id: I9e838d2e4cadd79c55a5648b006f40d3dcd04518
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/dbdocfun.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx index e25dda036c1e..f67b2cd9128c 100644 --- a/sc/source/ui/docshell/dbdocfun.cxx +++ b/sc/source/ui/docshell/dbdocfun.cxx @@ -1223,13 +1223,13 @@ bool isEditable(ScDocShell& rDocShell, const ScRangeList& rRanges, bool bApi) SAL_WNODEPRECATED_DECLARATIONS_PUSH void createUndoDoc(std::auto_ptr<ScDocument>& pUndoDoc, ScDocument* pDoc, const ScRange& rRange) -SAL_WNODEPRECATED_DECLARATIONS_POP { SCTAB nTab = rRange.aStart.Tab(); pUndoDoc.reset(new ScDocument(SCDOCMODE_UNDO)); pUndoDoc->InitUndo(pDoc, nTab, nTab); pDoc->CopyToDocument(rRange, IDF_ALL, false, pUndoDoc.get()); } +SAL_WNODEPRECATED_DECLARATIONS_POP bool checkNewOutputRange(ScDPObject& rDPObj, ScDocShell& rDocShell, ScRange& rNewOut, bool bApi) { |