diff options
author | Noel <noelgrandin@gmail.com> | 2020-11-12 11:34:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-12 16:54:19 +0100 |
commit | d9f0e8db9aa9e914e22f07c046c74f0c83c6e81a (patch) | |
tree | 99d7fb6805111ae841501557cf699a0af973cf13 /include | |
parent | 392d219b30d6e6e3e636673ed6aa528811356cd2 (diff) |
loplugin:unusedmethods
Change-Id: I90d402a5c18ab16424a042bcea1470fa8a3a5839
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105629
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/wall.hxx | 1 | ||||
-rw-r--r-- | include/xmloff/formlayerimport.hxx | 2 | ||||
-rw-r--r-- | include/xmloff/namespacemap.hxx | 2 | ||||
-rw-r--r-- | include/xmloff/txtimp.hxx | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/wall.hxx b/include/vcl/wall.hxx index 3aa0949b90e6..6a8c179d2e01 100644 --- a/include/vcl/wall.hxx +++ b/include/vcl/wall.hxx @@ -67,7 +67,6 @@ public: Wallpaper( Wallpaper&& rWallpaper ); Wallpaper( const Color& rColor ); explicit Wallpaper( const BitmapEx& rBmpEx ); - Wallpaper( const Gradient& rGradient ); ~Wallpaper(); void SetColor( const Color& rColor ); diff --git a/include/xmloff/formlayerimport.hxx b/include/xmloff/formlayerimport.hxx index d9797f0757ec..8d10604f4ff5 100644 --- a/include/xmloff/formlayerimport.hxx +++ b/include/xmloff/formlayerimport.hxx @@ -69,8 +69,6 @@ namespace xmloff SvXMLImport& _rImport, sal_uInt16 _nPrefix, const OUString& _rLocalName); - static SvXMLImportContext* createOfficeFormsContext( - SvXMLImport& _rImport); /** create an SvXMLImportContext instance which is able to import the <form:form> element. diff --git a/include/xmloff/namespacemap.hxx b/include/xmloff/namespacemap.hxx index 668bfd22745c..c9f4e71fd876 100644 --- a/include/xmloff/namespacemap.hxx +++ b/include/xmloff/namespacemap.hxx @@ -135,8 +135,6 @@ public: /* deprecated */ const OUString& GetPrefixByIndex( sal_uInt16 nIdx ) const; /* deprecated */ const OUString& GetNameByIndex( sal_uInt16 nIdx ) const; /* deprecated */ OUString GetAttrNameByIndex( sal_uInt16 nIdx ) const; -/* deprecated */ OUString GetQNameByIndex( sal_uInt16 nIdx, - const OUString& rLocalName ) const; sal_uInt16 GetKeyByAttrName( const OUString& rAttrName, OUString *pPrefix, OUString *pLocalName, diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx index 4076d2db2da6..94d1d6580ab2 100644 --- a/include/xmloff/txtimp.hxx +++ b/include/xmloff/txtimp.hxx @@ -411,7 +411,6 @@ public: const SvXMLTokenMap& GetTextNumberedParagraphAttrTokenMap(); const SvXMLTokenMap& GetTextListBlockAttrTokenMap(); const SvXMLTokenMap& GetTextListBlockElemTokenMap(); - const SvXMLTokenMap& GetTextFieldAttrTokenMap(); // impl: txtfldi.cxx css::uno::Reference< css::text::XText > & GetText(); css::uno::Reference< css::text::XTextCursor > & GetCursor(); |