diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-13 14:12:00 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-13 20:55:20 +0000 |
commit | c376ecbc9614ccaa4f4392c287d0d1c731c3aa77 (patch) | |
tree | 68b0bec31db1520f8c65402aa3a842b691f03a60 /include | |
parent | 7e6205117d535905b46c0106e66e5e3b593ee813 (diff) |
Realy->Really
that's really bugging me
Change-Id: Id15bd4dc42748b3cb24eb891741195499c5df9c3
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdotable.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdotext.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx index 2594a3544e3d..df738c29a44d 100644 --- a/include/svx/svdotable.hxx +++ b/include/svx/svdotable.hxx @@ -178,7 +178,7 @@ public: bool IsTextEditActive( const sdr::table::CellPos& rPos ); /** returns true only if we are in edit mode and the user actually changed anything */ - virtual bool IsRealyEdited() const SAL_OVERRIDE; + virtual bool IsReallyEdited() const SAL_OVERRIDE; // Gleichzeitig wird der Text in den Outliner gesetzt (ggf. // der des EditOutliners) und die PaperSize gesetzt. diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx index c7a585088285..ef8e0f1be513 100644 --- a/include/svx/svdotext.hxx +++ b/include/svx/svdotext.hxx @@ -363,7 +363,7 @@ public: virtual sal_Int32 getTextCount() const SAL_OVERRIDE; /** returns true only if we are in edit mode and the user actually changed anything */ - virtual bool IsRealyEdited() const; + virtual bool IsReallyEdited() const; /** changes the current active text */ virtual void setActiveText( sal_Int32 nIndex ); |