summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-12-21 21:02:35 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2023-12-21 23:12:54 +0100
commit4ad83c526932e051a6dc41dd15f2acab42766800 (patch)
tree81b01e79193d38eebb37575de941afe362fd43d5 /sw
parent4c2c900970d6484c6a92900213ece5c415e40f2d (diff)
Fix typo
Change-Id: If3cc7a17e760dc5033a05f75e1411a20319d0158 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161139 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/uiwriter/uiwriter9.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter9.cxx b/sw/qa/extras/uiwriter/uiwriter9.cxx
index b6dea5a8e798..c12be545512d 100644
--- a/sw/qa/extras/uiwriter/uiwriter9.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter9.cxx
@@ -68,7 +68,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest9, testTdf158785)
CPPUNIT_ASSERT_EQUAL(IsAttrAtPos::NONE, aContentAtPos.eContentAtPos);
}
-} // end of anonymouse namespace
+} // end of anonymous namespace
CPPUNIT_PLUGIN_IMPLEMENT();
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */