[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - writerfilter/source

Tor Lillqvist tml at collabora.com
Wed Sep 24 00:26:21 PDT 2014


 writerfilter/source/dmapper/DomainMapperTableManager.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d801b901bfac152ed8d08e21822940d1588dfc32
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Apr 24 23:11:39 2014 +0300

    Blind fix: writerfilter::TableManager used without template parameters
    
    Change-Id: I351478d9dbde6f7459145b82a73fb5bb119a6bdb

diff --git a/writerfilter/source/dmapper/DomainMapperTableManager.hxx b/writerfilter/source/dmapper/DomainMapperTableManager.hxx
index 1162387..8fe9fb3 100644
--- a/writerfilter/source/dmapper/DomainMapperTableManager.hxx
+++ b/writerfilter/source/dmapper/DomainMapperTableManager.hxx
@@ -149,7 +149,7 @@ public:
 
     bool isInCell()
     {
-        return TableManager::isInCell();
+        return DomainMapperTableManager_Base_t::isInCell();
     }
 
 };


More information about the Libreoffice-commits mailing list