summaryrefslogtreecommitdiffstats
path: root/svtools/source/misc/bindablecontrolhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/bindablecontrolhelper.cxx')
-rw-r--r--svtools/source/misc/bindablecontrolhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/bindablecontrolhelper.cxx b/svtools/source/misc/bindablecontrolhelper.cxx
index 18cb421e3caf..7a47ea262e3e 100644
--- a/svtools/source/misc/bindablecontrolhelper.cxx
+++ b/svtools/source/misc/bindablecontrolhelper.cxx
@@ -38,7 +38,7 @@ namespace svt
using namespace ::com::sun::star;
-bool lcl_isNamedRange( const OUString& sAddress, const uno::Reference< frame::XModel >& xModel, css::table::CellRangeAddress& aAddress )
+static bool lcl_isNamedRange( const OUString& sAddress, const uno::Reference< frame::XModel >& xModel, css::table::CellRangeAddress& aAddress )
{
bool bRes = false;
uno::Reference< sheet::XCellRangeReferrer > xReferrer;