diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-08-15 21:03:38 +0200 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-08-15 21:05:00 +0200 |
commit | 49357140beef3b2b3d0b22fa4eea8bf9add73eda (patch) | |
tree | 885945b36d4d37fef6529ba47517f58c94874156 /android | |
parent | 50d89530eee57afb890e2e65aac8a5b0f93a74a3 (diff) |
Fixed line breaks in notes export.
Change-Id: If3db4dea84448e9d7ee26d797a25f7e4aa4d5941
Diffstat (limited to 'android')
-rw-r--r-- | android/sdremote/src/org/libreoffice/impressremote/AboutDialogBuilder.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/sdremote/src/org/libreoffice/impressremote/AboutDialogBuilder.java b/android/sdremote/src/org/libreoffice/impressremote/AboutDialogBuilder.java index 4825e6e1066b..e05ef48bcb18 100644 --- a/android/sdremote/src/org/libreoffice/impressremote/AboutDialogBuilder.java +++ b/android/sdremote/src/org/libreoffice/impressremote/AboutDialogBuilder.java @@ -23,7 +23,6 @@ public class AboutDialogBuilder extends AlertDialog.Builder { View aLayout = aInflater.inflate(R.layout.dialog_about, null); setView(aLayout); - // setContentView(R.layout.dialog_about); // setTitle(R.string.about); setPositiveButton( |