summaryrefslogtreecommitdiff
path: root/include/svx/framelink.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-09 15:47:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-10 12:56:14 +0100
commit32823280efffc02a250fc8d4749b8eb0f491ae77 (patch)
treed53b384498f6ba4c40b3449205eda96d45fc7c1e /include/svx/framelink.hxx
parent617fb9eed92711639e4e632132a649f23ac2f3eb (diff)
loplugin:unusedmethods
Change-Id: I543b0943f0bc918d59debc8ee051f88c29d18454 Reviewed-on: https://gerrit.libreoffice.org/44553 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/framelink.hxx')
-rw-r--r--include/svx/framelink.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/framelink.hxx b/include/svx/framelink.hxx
index 3e4b440fc886..887c512e5433 100644
--- a/include/svx/framelink.hxx
+++ b/include/svx/framelink.hxx
@@ -174,7 +174,6 @@ public:
double Dist() const { if(!maImplStyle) return 0.0; return maImplStyle->mfDist; }
double Secn() const { if(!maImplStyle) return 0.0; return maImplStyle->mfSecn; }
double PatternScale() const { if(!maImplStyle) return 1.0; return maImplStyle->mfPatternScale;}
- void SetPatternScale( double fScale );
SvxBorderLineStyle Type() const { if(!maImplStyle) return SvxBorderLineStyle::SOLID; return maImplStyle->mnType; }
/// Check if this style is used - this depends on it having any width definition.
@@ -273,7 +272,6 @@ public:
void sort();
bool empty() const { return maEntries.empty(); }
- size_t size() const { return maEntries.size(); }
const std::vector< StyleVectorCombination >& getEntries() const{ return maEntries; }
};