summaryrefslogtreecommitdiff
path: root/include/vcl/commandevent.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 14:30:24 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-20 08:07:53 +0000
commit72edb6967f245f0c99c6a61e0ce8d0a245600cba (patch)
tree5608bc1243477801e747735d8b71ec42fbb01e86 /include/vcl/commandevent.hxx
parentaad5eced795c60f873b67fe97baeefb9ef1bfef8 (diff)
loplugin:unusedmethods in vcl
also drops the CairoFontsCache ref-counting, since nothing was actually using it. Change-Id: If05ecb054b6b8d97b0d3010185cf23c28390ec04 Reviewed-on: https://gerrit.libreoffice.org/25105 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/commandevent.hxx')
-rw-r--r--include/vcl/commandevent.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/commandevent.hxx b/include/vcl/commandevent.hxx
index ba0542a48bc4..bd5f40a58a24 100644
--- a/include/vcl/commandevent.hxx
+++ b/include/vcl/commandevent.hxx
@@ -120,7 +120,6 @@ private:
LanguageType meLanguage;
public:
- CommandInputContextData();
CommandInputContextData( LanguageType eLang );
};
@@ -179,7 +178,6 @@ private:
long mnDeltaY;
public:
- CommandScrollData();
CommandScrollData( long nDeltaX, long nDeltaY );
long GetDeltaX() const { return mnDeltaX; }
@@ -192,7 +190,6 @@ private:
sal_uInt16 mnCode;
public:
- CommandModKeyData();
CommandModKeyData( sal_uInt16 nCode );
bool IsMod1() const { return (mnCode & MODKEY_MOD1) != 0; }
@@ -267,7 +264,6 @@ private:
sal_uLong mnEnd;
public:
- CommandSelectionChangeData();
CommandSelectionChangeData( sal_uLong nStart, sal_uLong nEnd );
sal_uLong GetStart() const { return mnStart; }