diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-24 15:41:48 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-24 20:06:29 +0100 |
commit | 5a6697313d2bcecc4f45626a66c85825a4430cc7 (patch) | |
tree | 9fa16ecb7f0b75e008c84292fdd12080cc1020f4 /sc | |
parent | 28b06bb7236f8c6e17423dc3df446306900355f1 (diff) |
qahelper: remove unused namespace
Change-Id: I4488119471009e15887567fb485834efc4abdb45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143236
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/helper/qahelper.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx index a4fbfd13fb79..4fb04bcf84b5 100644 --- a/sc/qa/unit/helper/qahelper.hxx +++ b/sc/qa/unit/helper/qahelper.hxx @@ -32,8 +32,6 @@ #include <memory> #include <tuple> -namespace utl { class TempFileNamed; } - enum class StringType { PureString, StringValue }; #define CHECK_OPTIMAL 0x1 |