office-gobmx/sc/inc/listenerqueryids.hxx
RMZeroFour c845b7db95 tdf#143148 Replace include guards with pragma once in sc module
As part of the efforts in #143148 to replace include guards in
the codebase with #pragma once, this performs the changes for
the remaining files in the sc module.

Change-Id: Ia5633919e4159da94b6e663fa484ef0524cf7bd4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165196
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-03-23 10:02:44 +01:00

15 lines
515 B
C++

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#pragma once
#define SC_LISTENER_QUERY_FORMULA_GROUP_POS 0
#define SC_LISTENER_QUERY_FORMULA_GROUP_RANGE 1
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */