diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 00:18:26 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 00:18:26 +0100 |
commit | 74f74aa5470fe631c7827897742c0ccbddcf6ad1 (patch) | |
tree | a3c8000bf23ca9aa9a888467b614917f13eae1d3 /svtools | |
parent | 08eb3c34c209184a8a7d1ea63cc97a0c5205aa7c (diff) |
tweak comment
Change-Id: If7338743b9549a265f611e8d50d0455e1de8d09c
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/svlbitm.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/inc/svtools/svlbitm.hxx b/svtools/inc/svtools/svlbitm.hxx index c9a40b35a190..31cf6343def8 100644 --- a/svtools/inc/svtools/svlbitm.hxx +++ b/svtools/inc/svtools/svlbitm.hxx @@ -172,8 +172,7 @@ public: void SetBaseOffs( sal_uInt16 nOffs ) { nBaseOffs = nOffs; } sal_uInt16 GetBaseOffs() const { return nBaseOffs; } - // Check whether this button can be modified via UI, sounding a beep if it - // cannot be modified: + // Check whether this button can be modified via UI bool CheckModification() const; }; |