[Libreoffice-commits] .: 5 commits - desktop/source sc/source sysui/desktop
David Tardon
dtardon at kemper.freedesktop.org
Thu Jun 28 03:18:34 PDT 2012
desktop/source/splash/splash.cxx | 2 --
sc/source/ui/drawfunc/graphsh.cxx | 3 +--
sysui/desktop/menus/draw.desktop | 2 +-
sysui/desktop/menus/math.desktop | 2 +-
4 files changed, 3 insertions(+), 6 deletions(-)
New commits:
commit 666af96fcbd96c7635c2c0d8690bd0cd29f2b2b2
Author: David Tardon <dtardon at redhat.com>
Date: Thu Jun 28 12:08:52 2012 +0200
remove debug statement
Change-Id: I888939bffe0eb4f1e19aae24bd62cd9313337065
diff --git a/sc/source/ui/drawfunc/graphsh.cxx b/sc/source/ui/drawfunc/graphsh.cxx
index 4361df6..655df34 100644
--- a/sc/source/ui/drawfunc/graphsh.cxx
+++ b/sc/source/ui/drawfunc/graphsh.cxx
@@ -190,7 +190,6 @@ void ScGraphicShell::ExecuteExternalEdit( SfxRequest& )
{
ScDrawView* pView = GetViewData()->GetScDrawView();
const SdrMarkList& rMarkList = pView->GetMarkedObjectList();
- printf("YO!\n");
if( rMarkList.GetMarkCount() == 1 )
{
commit ec8f3fcc5dde0ec77b1293b4f0d20637023e732f
Author: David Tardon <dtardon at redhat.com>
Date: Thu Jun 28 12:08:42 2012 +0200
WaE: unused parameter
Change-Id: Idd69ec052b037e31c3d116aab055b5f94a90a4a5
diff --git a/sc/source/ui/drawfunc/graphsh.cxx b/sc/source/ui/drawfunc/graphsh.cxx
index ff4d43d..4361df6 100644
--- a/sc/source/ui/drawfunc/graphsh.cxx
+++ b/sc/source/ui/drawfunc/graphsh.cxx
@@ -186,7 +186,7 @@ void ScGraphicShell::GetExternalEditState( SfxItemSet& rSet )
rSet.DisableItem( SID_EXTERNAL_EDIT );
}
-void ScGraphicShell::ExecuteExternalEdit( SfxRequest& rReq )
+void ScGraphicShell::ExecuteExternalEdit( SfxRequest& )
{
ScDrawView* pView = GetViewData()->GetScDrawView();
const SdrMarkList& rMarkList = pView->GetMarkedObjectList();
commit 71b9eb272d3b0050dede554b2282b478f979ff7c
Author: David Tardon <dtardon at redhat.com>
Date: Thu Jun 28 09:29:12 2012 +0200
drop unused includes
Change-Id: Ic6ead729034a2a02d08f9e8edda0af1d0ff3f459
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index 0ef211a..38de2eb 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -44,10 +44,8 @@
#include <rtl/locale.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/math.hxx>
-#include <vcl/graph.hxx>
#include <vcl/introwin.hxx>
#include <vcl/virdev.hxx>
-#include <svtools/filter.hxx>
#define NOT_LOADED ((long)-1)
commit 238f3e58763fe1ffc04eb3b09d2919bc6865e1ce
Author: David Tardon <dtardon at redhat.com>
Date: Tue Jun 26 06:21:50 2012 +0200
add more categories
this fixes desktop-file-validate warning
Change-Id: Ic9d7acee0871896d7b4a9012e7d9158289932ac8
diff --git a/sysui/desktop/menus/math.desktop b/sysui/desktop/menus/math.desktop
index 122e01f..867711d 100755
--- a/sysui/desktop/menus/math.desktop
+++ b/sysui/desktop/menus/math.desktop
@@ -4,7 +4,7 @@ Terminal=false
NoDisplay=true
Icon=math
Type=Application
-Categories=Office;Math;X-Red-Hat-Base;X-MandrivaLinux-Office-Other;
+Categories=Office;Education;Science;Math;X-Red-Hat-Base;X-MandrivaLinux-Office-Other;
Exec=${UNIXBASISROOTNAME} --math %U
MimeType=application/vnd.oasis.opendocument.formula;application/vnd.sun.xml.math;application/vnd.oasis.opendocument.formula-template;text/mathml;
Name=%PRODUCTNAME Math
commit b47d78362c8e3c324513d3bd7a222c5d9bcaa999
Author: David Tardon <dtardon at redhat.com>
Date: Tue Jun 26 06:20:32 2012 +0200
add more categories
this fixes desktop-file-validate warning
Change-Id: Ic8d833b552de318f4e7e221c8c67c20e42298dd8
diff --git a/sysui/desktop/menus/draw.desktop b/sysui/desktop/menus/draw.desktop
index 5c741a9..9511fd5 100755
--- a/sysui/desktop/menus/draw.desktop
+++ b/sysui/desktop/menus/draw.desktop
@@ -3,7 +3,7 @@ Version=1.0
Terminal=false
Icon=draw
Type=Application
-Categories=Office;FlowChart;VectorGraphics;X-Red-Hat-Base;X-MandrivaLinux-Office-Drawing;
+Categories=Office;FlowChart;Graphics;2DGraphics;VectorGraphics;X-Red-Hat-Base;X-MandrivaLinux-Office-Drawing;
Exec=${UNIXBASISROOTNAME} --draw %U
MimeType=application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.visio;application/x-wpg;
Name=%PRODUCTNAME Draw
More information about the Libreoffice-commits
mailing list