diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-12 21:08:42 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-12 21:08:42 +0300 |
commit | aa7d62c3e385af3029b11fa86f7dd98987dddee0 (patch) | |
tree | ed43ea898f1e20617532c579cdc827d9dcb5090b | |
parent | 816a888643114a3a8ac07126c2cd710d318a5781 (diff) |
Bin pointless comments
Change-Id: I651854e653ae863577bd1f0f22ef640dd7044ebc
-rw-r--r-- | sc/source/ui/drawfunc/fuconstr.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/drawfunc/fusel.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/drawfunc/fuconstr.cxx b/sc/source/ui/drawfunc/fuconstr.cxx index 381aeb4882a7..c2d7458bef90 100644 --- a/sc/source/ui/drawfunc/fuconstr.cxx +++ b/sc/source/ui/drawfunc/fuconstr.cxx @@ -63,8 +63,6 @@ FuConstruct::~FuConstruct() sal_uInt8 FuConstruct::Command(const CommandEvent& rCEvt) { - // special code for non-VCL OS2/UNX removed - return FuDraw::Command( rCEvt ); } diff --git a/sc/source/ui/drawfunc/fusel.cxx b/sc/source/ui/drawfunc/fusel.cxx index 946be4767fd7..13e1d30534c4 100644 --- a/sc/source/ui/drawfunc/fusel.cxx +++ b/sc/source/ui/drawfunc/fusel.cxx @@ -85,8 +85,6 @@ FuSelection::~FuSelection() sal_uInt8 FuSelection::Command(const CommandEvent& rCEvt) { - // special code for non-VCL OS2/UNX removed - return FuDraw::Command( rCEvt ); } |