include/vcl/svapp.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit e6e3ce2c9558d3d5aedec5388011ba408ed555fc Author: Chris Sherlock <chris.sherloc...@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 <glo...@fbihome.de> Tested-by: Jan-Marek Glogowski <glo...@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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits