[LyX/master] Remove useless namespace qualification.

Thibaut Cuvelier <[email protected]>
Newsgroups gmane.editors.lyx.cvs
Message-ID <[email protected]>
commit 388972dd012b30ba25aa526dc0ad9d424345e603
Author: Thibaut Cuvelier <[email protected]>
Date:   Fri Mar 6 19:23:47 2026 +0100

    Remove useless namespace qualification.
---
 src/insets/InsetTabular.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp
index 1436bb924b..e7920a7cd8 100644
--- a/src/insets/InsetTabular.cpp
+++ b/src/insets/InsetTabular.cpp
@@ -4213,7 +4213,7 @@ void Tabular::xmlRow(XMLStream & xs, const row_type row, OutputParams const & ru
 
 	std::string const row_tag = is_xhtml_table ? "tr" : "row";
 	std::string const cell_tag = is_xhtml_table ? (header ? "th" : "td") : "entry";
-	Tabular::XmlRowWiseBorders const borders = computeXmlBorders(row);
+	XmlRowWiseBorders const borders = computeXmlBorders(row);
 	idx_type cell = getFirstCellInRow(row);
 
 	std::string row_attr;
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.