[Libreoffice-commits] core.git: 2 commits - configmgr/source vcl/source
Andras Timar
andras.timar at collabora.com
Mon Feb 3 10:48:27 PST 2014
configmgr/source/winreg.cxx | 2 +-
vcl/source/filter/graphicfilter.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b95a9629703a772fa3e6a3e6e8da68d9ad07963b
Author: Andras Timar <andras.timar at collabora.com>
Date: Mon Feb 3 19:26:30 2014 +0100
fix winreg example
Change-Id: I8115fb899e4248e6eab1aa9349456103353918e6
diff --git a/configmgr/source/winreg.cxx b/configmgr/source/winreg.cxx
index 995169c..a47fe25 100644
--- a/configmgr/source/winreg.cxx
+++ b/configmgr/source/winreg.cxx
@@ -53,7 +53,7 @@ namespace {
// </item>
//
// Another example:
-// [HKEY_LOCAL_MACHINE\Policies\LibreOffice\org.openoffice.Office.OptionsDialog\OptionsDialogGroups\ProductName/#fuse\Pages\Java/#fuse\Hide]
+// [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\LibreOffice\org.openoffice.Office.OptionsDialog\OptionsDialogGroups\ProductName/#fuse\Pages\Java/#fuse\Hide]
// "Value"="true"
// becomes the following in configuration:
// <!-- Hide Tools - Options - LibreOffice - Advanced panel -->
commit 4926444bbbd2f4cad9c4681712164b615056e70a
Author: Andras Timar <andras.timar at collabora.com>
Date: Mon Feb 3 17:24:53 2014 +0100
typo: howeve -> however
Change-Id: I12ca3f217eb1f3c77003014dc26ce4318d2b2857
diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx
index 6f647a1..67e1d2b 100644
--- a/vcl/source/filter/graphicfilter.cxx
+++ b/vcl/source/filter/graphicfilter.cxx
@@ -304,7 +304,7 @@ static bool ImpPeekGraphicFormat( SvStream& rStream, OUString& rFormatExtension,
bool bSomethingTested = false;
// Now the different formats are checked. The order *does* matter. e.g. a MET file
- // could also go through the BMP test, howeve a BMP file can hardly go through the MET test.
+ // could also go through the BMP test, however, a BMP file can hardly go through the MET test.
// So MET should be tested prior to BMP. However, theoretically a BMP file could conceivably
// go through the MET test. These problems are of course not only in MET and BMP.
// Therefore, in the case of a format check (bTest == true) we only test *exactly* this
More information about the Libreoffice-commits
mailing list