[Libreoffice-commits] core.git: include/sfx2

Stephan Bergmann sbergman at redhat.com
Thu Jul 16 01:16:01 PDT 2015


 include/sfx2/sfxhelp.hxx          |    2 --
 include/sfx2/templateviewitem.hxx |    2 --
 2 files changed, 4 deletions(-)

New commits:
commit c6d73d24a7092512cbc60c255d0f20e7f9f29cf3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jul 16 10:15:30 2015 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: I14e28c966a0d792eeaff9012616bd83de87f2abd

diff --git a/include/sfx2/sfxhelp.hxx b/include/sfx2/sfxhelp.hxx
index 5ff4361..8cbeed5 100644
--- a/include/sfx2/sfxhelp.hxx
+++ b/include/sfx2/sfxhelp.hxx
@@ -29,8 +29,6 @@ class SfxHelp_Impl;
 class SfxFrame;
 class SFX2_DLLPUBLIC SfxHelp : public Help
 {
-    OUString        aTicket;        // for Plugins
-    OUString        aUser;
     bool            bIsDebug;
     SfxHelp_Impl*   pImp;
 
diff --git a/include/sfx2/templateviewitem.hxx b/include/sfx2/templateviewitem.hxx
index 9ed06ca..f35d281 100644
--- a/include/sfx2/templateviewitem.hxx
+++ b/include/sfx2/templateviewitem.hxx
@@ -39,8 +39,6 @@ public:
 private:
 
     OUString maPath;
-    OUString maAuthor;
-    OUString maKeywords;
     OUString maSubTitle;
 
     Point maSubTitlePos;


More information about the Libreoffice-commits mailing list