summaryrefslogtreecommitdiffstats
path: root/sc/inc/drwlayer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-27 14:18:05 +0200
committerNoel Grandin <noel@peralex.com>2014-10-28 08:10:20 +0200
commit1e21c77561b802bae4cb84631614f8aa612785a6 (patch)
tree46e776222ba369e12256e1c8f29f4db6a8a2ef0b /sc/inc/drwlayer.hxx
parentTANGO: add new icons for page break, line spacing, comment, and footnote (diff)
downloadcore-1e21c77561b802bae4cb84631614f8aa612785a6.tar.gz
core-1e21c77561b802bae4cb84631614f8aa612785a6.zip
loplugin: cstylecast
Change-Id: I287dcb0ca728747ec91b5c3cdd986e60998e3928
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r--sc/inc/drwlayer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx
index 7d917bb626c4..6917c2aaa4f2 100644
--- a/sc/inc/drwlayer.hxx
+++ b/sc/inc/drwlayer.hxx
@@ -43,7 +43,7 @@ public:
ScTabDeletedHint( SCTAB nTabNo = SCTAB_MAX );
virtual ~ScTabDeletedHint();
- SCTAB GetTab() { return nTab; }
+ SCTAB GetTab() const { return nTab; }
};
class ScTabSizeChangedHint : public SfxHint
@@ -54,7 +54,7 @@ public:
ScTabSizeChangedHint( SCTAB nTabNo = SCTAB_MAX );
virtual ~ScTabSizeChangedHint();
- SCTAB GetTab() { return nTab; }
+ SCTAB GetTab() const { return nTab; }
};
// Adjusting of detective UserData and draw undo's both have to be in SdrUndoGroup;