[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Feb 21 12:29:48 PST 2011


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

New commits:
commit f1fcdb78c3d23d30e4719336f445674eab162157
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Feb 21 15:29:37 2011 -0500

    Use const where possible.

diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx
index 5371a4c..cea005c 100644
--- a/sc/source/ui/docshell/externalrefmgr.cxx
+++ b/sc/source/ui/docshell/externalrefmgr.cxx
@@ -1602,7 +1602,7 @@ namespace {
 void putCellDataIntoCache(
     ScExternalRefCache& rRefCache, const ScExternalRefCache::TokenRef& pToken,
     sal_uInt16 nFileId, const String& rTabName, const ScAddress& rCell,
-    ScExternalRefCache::CellFormat* pFmt)
+    const ScExternalRefCache::CellFormat* pFmt)
 {
     // Now, insert the token into cache table but don't cache empty cells.
     if (pToken->GetType() != formula::svEmptyCell)


More information about the Libreoffice-commits mailing list