[Libreoffice-commits] .: basic/source

Takeshi Abe tabe at kemper.freedesktop.org
Wed Mar 7 07:08:22 PST 2012


 basic/source/runtime/methods1.cxx |    5 -----
 basic/source/uno/dlgcont.cxx      |    2 --
 2 files changed, 7 deletions(-)

New commits:
commit 2d7550d53fdc3fa85adc8da69f692ec3c64bc12b
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Thu Mar 8 00:05:31 2012 +0900

    Removed unused macro

diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx
index 51f73d1..936328a 100644
--- a/basic/source/runtime/methods1.cxx
+++ b/basic/source/runtime/methods1.cxx
@@ -38,11 +38,6 @@
 #include <tools/fsys.hxx>
 #include <tools/urlobj.hxx>
 #include <osl/file.hxx>
-
-#ifndef CLK_TCK
-#define CLK_TCK CLOCKS_PER_SEC
-#endif
-
 #include <vcl/jobset.hxx>
 #include <basic/sbobjmod.hxx>
 
diff --git a/basic/source/uno/dlgcont.cxx b/basic/source/uno/dlgcont.cxx
index 4a512f9..3843039 100644
--- a/basic/source/uno/dlgcont.cxx
+++ b/basic/source/uno/dlgcont.cxx
@@ -74,8 +74,6 @@ using ::rtl::OUString;
 
 using com::sun::star::uno::Reference;
 
-#define GRAPHOBJ_URLPREFIX "vnd.sun.star.GraphicObject:"
-
 //============================================================================
 // Implementation class SfxDialogLibraryContainer
 


More information about the Libreoffice-commits mailing list