Hi,

I need some help. I tried to fix this
bug<https://bugs.freedesktop.org/show_bug.cgi?id=34591>,
but i couldn't figure out the solution.
When i commented out the "aStyle" from htmltab.cxx (in patch file), the
border disappears.
I'm looking in the right place? Does anybody have any idea?

Regards,
Balint Dozsa
From 1ceeae5196151333d25730f2202f4669f89a05ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?B=C3=A1lint=20D=C3=B3zsa?= <dozsabal...@gmail.com>
Date: Tue, 5 Apr 2011 12:22:30 +0200
Subject: [PATCH] 34591-1

---
 sw/source/filter/html/htmltab.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sw/source/filter/html/htmltab.cxx b/sw/source/filter/html/htmltab.cxx
index cffc633..5a1eb3b 100644
--- a/sw/source/filter/html/htmltab.cxx
+++ b/sw/source/filter/html/htmltab.cxx
@@ -3288,7 +3288,7 @@ _CellSaveStruct::_CellSaveStruct( SwHTMLParser& rParser, HTMLTable *pCurTable,
                 aBGImage = pOption->GetString();
                 break;
             case HTML_O_STYLE:
-                aStyle = pOption->GetString();
+                //aStyle = pOption->GetString();
                 break;
             case HTML_O_CLASS:
                 aClass = pOption->GetString();
-- 
1.7.3.4

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to