vcl/source/control/fmtfield.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 332af14e82f114202fd5b12cda0e33b9a6c446d3
Author: Christopher Sherlock <[email protected]>
AuthorDate: Mon Dec 23 00:27:38 2024 +1100
Commit: Noel Grandin <[email protected]>
CommitDate: Sat Feb 8 08:10:40 2025 +0100
vcl: remove using namespace from fmtfield.cxx
Change-Id: I43e4c6c34d76d97e5073167fee8af25fd887bde3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179183
Tested-by: Jenkins
Reviewed-by: Noel Grandin <[email protected]>
diff --git a/vcl/source/control/fmtfield.cxx b/vcl/source/control/fmtfield.cxx
index 7f6ad855efd3..be59ca353e4c 100644
--- a/vcl/source/control/fmtfield.cxx
+++ b/vcl/source/control/fmtfield.cxx
@@ -33,8 +33,6 @@
#include <limits>
-using namespace ::com::sun::star::lang;
-
// hmm. No support for regular expression. Well, I always (not really :)
wanted to write a finite automat
// so here comes a finite automat ...