diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2017-03-17 11:54:00 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2017-03-17 20:22:31 +0000 |
commit | b165f0f9cc358e6127f69227fc3e4f6428fe50c7 (patch) | |
tree | 975fa5f186f7c90430aa875361579303c8c45637 /include/sfx2 | |
parent | a6209ba6a8b5a2c9bcbd0d4f334e7d74acbde95f (diff) |
Remove SfxObjectFactory::GetShortName()
Used in just two places, where GetFactoryName can also work.
Change-Id: I8d498345c41aef520ef776a3deb6744cc64756f5
Reviewed-on: https://gerrit.libreoffice.org/35374
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/docfac.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/docfac.hxx b/include/sfx2/docfac.hxx index 547ad584b19a..2658eaa07e6c 100644 --- a/include/sfx2/docfac.hxx +++ b/include/sfx2/docfac.hxx @@ -53,7 +53,6 @@ public: const SvGlobalName& GetClassId() const; SfxObjectShellFlags GetFlags() { return nFlags; } - const char* GetShortName() const { return pShortName; } OUString GetFactoryURL() const; // shortcut for "private:factory/GetShortName()" OUString GetFactoryName() const { return OUString::createFromAscii(pShortName); } OUString GetModuleName() const; |