diff options
Diffstat (limited to 'sc/inc/afmtuno.hxx')
-rw-r--r-- | sc/inc/afmtuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/afmtuno.hxx b/sc/inc/afmtuno.hxx index cb0ed438b70b..cdb1500f1f48 100644 --- a/sc/inc/afmtuno.hxx +++ b/sc/inc/afmtuno.hxx @@ -99,7 +99,7 @@ public: ScAutoFormatObj(sal_uInt16 nIndex); virtual ~ScAutoFormatObj() override; - // per getImplementation gerufen: + // called via getImplementation: bool IsInserted() const { return nFormatIndex != SC_AFMTOBJ_INVALID; } void InitFormat( sal_uInt16 nNewIndex ); |