summaryrefslogtreecommitdiff
path: root/sc/inc/autoform.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/autoform.hxx')
-rw-r--r--sc/inc/autoform.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/autoform.hxx b/sc/inc/autoform.hxx
index 938ef5e8dd56..658e44a5e479 100644
--- a/sc/inc/autoform.hxx
+++ b/sc/inc/autoform.hxx
@@ -207,7 +207,6 @@ public:
const SvxLineItem& GetTLBR() const { return aTLBR; }
const SvxLineItem& GetBLTR() const { return aBLTR; }
const SvxBrushItem& GetBackground() const { return aBackground; }
- const SvxAdjustItem& GetAdjust() const { return aAdjust; }
const SfxInt32Item& GetRotateAngle() const { return aRotateAngle; }
const SvxRotateModeItem& GetRotateMode() const { return aRotateMode; }
@@ -329,9 +328,7 @@ public:
const ScAutoFormatData* findByIndex(size_t nIndex) const;
ScAutoFormatData* findByIndex(size_t nIndex);
- const_iterator find(const ScAutoFormatData* pData) const;
iterator find(const ScAutoFormatData* pData);
- const_iterator find(const OUString& rName) const;
iterator find(const OUString& rName);
bool insert(ScAutoFormatData* pNew);