diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-20 13:44:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-07 13:20:00 +0200 |
commit | 222505c41f32eb39598243e319c6c4c95a851f27 (patch) | |
tree | 0804381b0a57e7e03c3e74f8cf7101b194a2f2bc /odk/examples/DevelopersGuide/OfficeDev/DisableCommands | |
parent | 8ab5a090f632507802072b20660c8403bf4bfd39 (diff) |
java: no need to explicitly extend java.lang.Object
Change-Id: I635d1f99aa104909bd53a49c18efd433b9b9cb98
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/DisableCommands')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java b/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java index d600609dc3d9..406cdcb69866 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java @@ -45,7 +45,7 @@ import com.sun.star.text.XTextDocument; * Provides example code how to enable/disable * commands. */ -public class DisableCommandsTest extends java.lang.Object { +public class DisableCommandsTest { /* * A list of command names |