From fd3888c69abd813462360f49f853fa988764596c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 12 Sep 2022 12:15:35 +0200 Subject: move ErrCode to comphelper and improve debug output string need to move it, because modules "below" vcl want to use the debug output method Change-Id: Ibcaf4089a1e0b3fcc0b5189c7ebf1aae90f50b48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139791 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/scerrors.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/scerrors.hxx') diff --git a/sc/inc/scerrors.hxx b/sc/inc/scerrors.hxx index 62ece04d2aee..dcb734502eae 100644 --- a/sc/inc/scerrors.hxx +++ b/sc/inc/scerrors.hxx @@ -19,7 +19,7 @@ #pragma once -#include +#include // ErrCodeClass::Read - file related, displays "Read-Error" in MsgBox #define SCERR_IMPORT_CONNECT ErrCode( ErrCodeArea::Sc, ErrCodeClass::Read, 1 ) -- cgit