sc/source/ui/docshell/dbdocfun.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 13d50871e328a640a5baa283cf669407738e8cdd
Author: Kohei Yoshida <kohei.yosh...@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)
 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to