sc/inc/cellsuno.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 65c71cf012b0da406ee585d35c0f36b143ae321a
Author: Xisco Fauli <[email protected]>
AuthorDate: Tue May 27 21:18:47 2025 +0200
Commit: Xisco Fauli <[email protected]>
CommitDate: Wed May 28 08:57:06 2025 +0200
sc: fix windows build
C:
after
commit 79322a7025bb6fd61928204f90230560b09b4ba9
Author: Noel Grandin <[email protected]>
Date: Wed May 21 15:28:41 2025 +0200
tdf#166684 strip out some unnecessary UNO work
Change-Id: I0d90f5ba07d309d3fc1d4a5518596ed1667e547d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185931
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <[email protected]>
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 0723ea5ca05e..0c70612d2301 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -400,7 +400,6 @@ private:
rtl::Reference<ScCellRangeObj> GetObjectByIndex_Impl(sal_Int32 nIndex)
const;
public:
- IF_MERGELIBS(SC_DLLPUBLIC)
ScCellRangesObj(ScDocShell* pDocSh, const
ScRangeList& rR);
virtual ~ScCellRangesObj() override;