[Libreoffice-commits] .: basic/source

Thomas Klausner tklausner at kemper.freedesktop.org
Wed Dec 22 08:38:55 PST 2010


 basic/source/sbx/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f602cd3c065965a2dfd3ef51106c7974ee6728c8
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Wed Dec 22 17:38:27 2010 +0100

    Add another file to EXCEPTIONSFILES.

diff --git a/basic/source/sbx/makefile.mk b/basic/source/sbx/makefile.mk
index 9b76f96..332c6a0 100644
--- a/basic/source/sbx/makefile.mk
+++ b/basic/source/sbx/makefile.mk
@@ -47,7 +47,6 @@ SLOFILES=	\
     $(SLO)$/sbxbyte.obj		\
     $(SLO)$/sbxchar.obj		\
     $(SLO)$/sbxcoll.obj		\
-    $(SLO)$/sbxcurr.obj 	\
     $(SLO)$/sbxdec.obj		\
     $(SLO)$/sbxform.obj		\
     $(SLO)$/sbxint.obj 		\
@@ -63,6 +62,7 @@ SLOFILES=	\
 
 EXCEPTIONSFILES=	\
     $(SLO)$/sbxarray.obj	\
+    $(SLO)$/sbxcurr.obj 	\
     $(SLO)$/sbxdate.obj		\
     $(SLO)$/sbxdbl.obj 		\
     $(SLO)$/sbxexec.obj		\


More information about the Libreoffice-commits mailing list