diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2019-12-09 14:39:59 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2019-12-09 15:34:38 +0100 |
commit | 919375354c769ac9cc6a49ebfbfb84aa0f15df39 (patch) | |
tree | ca3f5a727fd1a8958b9218d50b22469666c431d9 /include/basic | |
parent | d79a41a02cd46c50cab08ba1a5d5b213b6843251 (diff) |
GetSource32 and GetSource are identical
Change-Id: Ia7c6687586b5a37b7556f1bae9ffd5b5b954db47
Reviewed-on: https://gerrit.libreoffice.org/84747
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/basic')
-rw-r--r-- | include/basic/sbmod.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/basic/sbmod.hxx b/include/basic/sbmod.hxx index 8ba26e4568ae..cc9ab469d3a5 100644 --- a/include/basic/sbmod.hxx +++ b/include/basic/sbmod.hxx @@ -100,7 +100,6 @@ public: virtual SbxVariable* Find( const OUString&, SbxClassType ) override; - const OUString& GetSource() const; const OUString& GetSource32() const { return aOUSource;} void SetSource32( const OUString& r ); |