summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeescher.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-10-18 12:28:45 +0200
committerMichael Stahl <mstahl@redhat.com>2017-10-18 12:34:03 +0200
commite2c85365dfa40c03c6ea04023627366d118bb530 (patch)
tree55e6c673869f4278e17cd83bea04bb782a2519d0 /sc/source/filter/excel/xeescher.cxx
parent8304de4701eca8a41f0dd70c84e437707cbb43cf (diff)
svx: remove pointless duplicate SdrFitToSizeType
Change-Id: I7a59ecfdb8d09ecbc0b760003dbc453ac5646d1c
Diffstat (limited to 'sc/source/filter/excel/xeescher.cxx')
-rw-r--r--sc/source/filter/excel/xeescher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xeescher.cxx b/sc/source/filter/excel/xeescher.cxx
index f3da7609ae02..d02b59546a10 100644
--- a/sc/source/filter/excel/xeescher.cxx
+++ b/sc/source/filter/excel/xeescher.cxx
@@ -1205,7 +1205,7 @@ XclExpNote::XclExpNote(const XclExpRoot& rRoot, const ScAddress& rScPos,
SfxItemSet aItemSet = pCaption->GetMergedItemSet();
meTVA = pCaption->GetTextVerticalAdjust();
meTHA = pCaption->GetTextHorizontalAdjust();
- mbAutoScale = pCaption->GetFitToSize() != SdrFitToSizeType::NONE;
+ mbAutoScale = pCaption->GetFitToSize() != drawing::TextFitToSizeType_NONE;
mbLocked = pCaption->IsMoveProtect() || pCaption->IsResizeProtect();
// AutoFill style would change if Postit.cxx object creation values are changed