[Libreoffice-commits] core.git: include/vcl
Chris Sherlock
chris.sherlock79 at gmail.com
Wed Jan 22 07:39:49 PST 2014
include/vcl/svapp.hxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit e6e3ce2c9558d3d5aedec5388011ba408ed555fc
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Jan 23 02:26:39 2014 +1100
Fix misaligned code comment
I accidentally introduced this problem in commit 89a7b8a13285
Moved line of code to before the correct function.
Change-Id: Ic044a5607dc385140ca51d1bf4aa734c0cf99904
Reviewed-on: https://gerrit.libreoffice.org/7595
Reviewed-by: Jan-Marek Glogowski <glogow at fbihome.de>
Tested-by: Jan-Marek Glogowski <glogow at fbihome.de>
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index f0e9b80..f0fe3ca 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -631,10 +631,9 @@ public:
<TRUE/> if the system font is suitable for our UI
<FALSE/> if the test string could not be displayed with the system font
*/
-
- // default name of the application for message dialogs and printing
static bool ValidateSystemFont();
+ // default name of the application for message dialogs and printing
static void SetDisplayName( const OUString& rDisplayName );
static OUString GetDisplayName();
More information about the Libreoffice-commits
mailing list