diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-02-13 18:39:26 +0100 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-02-13 23:01:00 +0100 |
commit | 947e472a41f5ff43f16288b3881a29119b0f269c (patch) | |
tree | 8da368c35dcb95f70810481ad31df23cb46f52bf | |
parent | eeadb4d703659987c7f54ca296755f6e7e5ffd1e (diff) |
Remove duplicated include
Change-Id: If2b13ef3100203d461b96b3bae7541d4593ace09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163317
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
-rw-r--r-- | sw/source/ui/frmdlg/frmpage.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx index da72a4e73505..6d6a1fefd49a 100644 --- a/sw/source/ui/frmdlg/frmpage.cxx +++ b/sw/source/ui/frmdlg/frmpage.cxx @@ -76,8 +76,6 @@ #include <comphelper/lok.hxx> #include <memory> -#include <bitmaps.hlst> - using namespace ::com::sun::star; using namespace ::sfx2; |