diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-02-10 15:28:02 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-02-10 15:28:02 +0000 |
commit | 20183c6de2e99c5ff445ec359895259fdf89c23c (patch) | |
tree | c1b549a2830c22c53f38857a25bedae0a47f427b /sc | |
parent | 0eb6d7a739f4708ec715c8a9d39fbd983c11b3a3 (diff) |
#i10000# WaE fix
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/vba/vbacommandbarcontrols.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbacommandbarcontrols.cxx b/sc/source/ui/vba/vbacommandbarcontrols.cxx index 9bcace51a..d33a2bac6 100644 --- a/sc/source/ui/vba/vbacommandbarcontrols.cxx +++ b/sc/source/ui/vba/vbacommandbarcontrols.cxx @@ -65,7 +65,6 @@ public: } else throw container::NoSuchElementException(); - return uno::Any(); } }; |