diff options
author | Deepanshu Sharma <129deepanshusharma@gmail.com> | 2025-03-13 15:08:47 +0530 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2025-03-14 09:03:36 +0100 |
commit | c3e1743287c5c8b968eb9f45975b44f6adb65ea4 (patch) | |
tree | cdf4e4b6fea61bbc2d31f29e01a2b6b0e39b22e0 /sc/source/ui/inc/dbdocfun.hxx | |
parent | cb4750f651ef7cd03f0dfeb54103870c3ab7dc71 (diff) |
tdf#48140 Replace XDatabaseRange with ScDatabaseRangeObj
Co-authored-by: Oromidayo Owolabi <owolabioromidayo16@gmail.com>
Change-Id: Idcea0e26edad071cb7af05c89022f477564136ca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182858
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/dbdocfun.hxx')
-rw-r--r-- | sc/source/ui/inc/dbdocfun.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/dbdocfun.hxx b/sc/source/ui/inc/dbdocfun.hxx index 780e523b5193..cabfab1526dc 100644 --- a/sc/source/ui/inc/dbdocfun.hxx +++ b/sc/source/ui/inc/dbdocfun.hxx @@ -69,7 +69,7 @@ public: void DoSubTotals( SCTAB nTab, const ScSubTotalParam& rParam, bool bRecord, bool bApi ); - bool AddDBRange( const OUString& rName, const ScRange& rRange ); + SC_DLLPUBLIC bool AddDBRange( const OUString& rName, const ScRange& rRange ); bool DeleteDBRange( const OUString& rName ); bool RenameDBRange( const OUString& rOld, const OUString& rNew ); void ModifyDBData( const ScDBData& rNewData ); // Name unveraendert |