diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-05-03 15:51:17 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-05-03 19:10:52 +0200 |
commit | 406f8e481b161b7a563148cc5887932e5b45bf64 (patch) | |
tree | 0172db9ea3a1abb8644f57bb7cc3c06ed808df82 /sc/inc/funcuno.hxx | |
parent | d78097a07970029b0f5414896a15a327b17f18e8 (diff) |
sc: More services converted to constructors.
Change-Id: I85c66837b5bde7c8c8b7044ae8956c05f3bdb742
Diffstat (limited to 'sc/inc/funcuno.hxx')
-rw-r--r-- | sc/inc/funcuno.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/funcuno.hxx b/sc/inc/funcuno.hxx index cfef28885588..abbd31f549d8 100644 --- a/sc/inc/funcuno.hxx +++ b/sc/inc/funcuno.hxx @@ -69,9 +69,6 @@ public: ScFunctionAccess(); virtual ~ScFunctionAccess(); - static OUString getImplementationName_Static(); - static ::com::sun::star::uno::Sequence< OUString > getSupportedServiceNames_Static(); - virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE; // XFunctionAccess |