[Libreoffice-commits] .: sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Jan 11 21:30:12 PST 2013
sc/source/ui/docshell/dbdocfun.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 13d50871e328a640a5baa283cf669407738e8cdd
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Sat Jan 12 00:30:49 2013 -0500
Maybe this will make the Windows tinderbox happy...
Change-Id: I9e838d2e4cadd79c55a5648b006f40d3dcd04518
diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx
index e25dda0..f67b2cd 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)
{
More information about the Libreoffice-commits
mailing list