You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by st...@apache.org on 2013/02/21 03:53:05 UTC

svn commit: r1448495 [5/6] - in /openoffice/branches/ia2: ./ ext_libraries/ratscan/scan/ extras/l10n/source/rw/ extras/l10n/source/te/ extras/l10n/source/uz/ main/ main/autodoc/source/display/html/ main/automation/packimages/ main/automation/prj/ main/...

Modified: openoffice/branches/ia2/main/swext/mediawiki/src/description.xml
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/swext/mediawiki/src/description.xml?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/swext/mediawiki/src/description.xml (original)
+++ openoffice/branches/ia2/main/swext/mediawiki/src/description.xml Thu Feb 21 02:52:59 2013
@@ -31,8 +31,8 @@
         </simple-license>
     </registration>
     <dependencies>
-        <OpenOffice.org-minimal-version value="3.4" d:name="Apache OpenOffice"/>
-        <OpenOffice.org-maximal-version value="3.9" d:name="Apache OpenOffice"/>
+        <OpenOffice.org-minimal-version value="4.0" d:name="Apache OpenOffice"/>
+        <OpenOffice.org-maximal-version value="4.9" d:name="Apache OpenOffice"/>
     </dependencies>
     <publisher>
         <name xlink:href="http://www.openoffice.org" lang="en">Apache Software Foundation</name>

Modified: openoffice/branches/ia2/main/sysui/desktop/debian/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/sysui/desktop/debian/makefile.mk?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/sysui/desktop/debian/makefile.mk (original)
+++ openoffice/branches/ia2/main/sysui/desktop/debian/makefile.mk Thu Feb 21 02:52:59 2013
@@ -41,7 +41,7 @@ TARGET=debian
 
 .IF "$(PKGFORMAT)"!="$(PKGFORMAT:s/deb//)"
 
-DEBFILES=$(foreach,i,{$(PRODUCTLIST)} $(PKGDIR)$/$i3.5-$(TARGET)-menus_$(PKGVERSION.$i)-$(PKGREV)_all.deb)
+DEBFILES=$(foreach,i,{$(PRODUCTLIST)} $(PKGDIR)$/$i4.0-$(TARGET)-menus_$(PKGVERSION.$i)-$(PKGREV)_all.deb)
 
 .ENDIF
 
@@ -56,22 +56,22 @@ ALLTAR : $(DEBFILES) 
 
 %/DEBIAN/control : $$(@:f)
 	@$(MKDIRHIER) $(@:d) $*$/etc $*$/usr/share/applnk/Office $*$/usr/lib/menu
-	ln -sf /opt/$(UNIXFILENAME.$(*:f:s/-/ /:1:s/3.5//)) $*$/etc$/
-	/bin/sh -c -x "cd $(COMMONMISC)$/$(*:f:s/-/ /:1:s/3.5//) && DESTDIR=$(shell @cd $*; pwd) ICON_PREFIX=$(ICONPREFIX) KDEMAINDIR=/usr GNOMEDIR=/usr create_tree.sh"
-        @cat openoffice.org-debian-menus | sed -e 's/%PRODUCTNAME/$(PRODUCTNAME.$(*:f:s/-/ /:1:s/3.5//)) $(PRODUCTVERSION.$(*:f:s/-/ /:1:s/3.5//))/' -e 's/%PREFIX/$(UNIXFILENAME.$(*:f:s/-/ /:1:s/3.5//))/' -e 's/%ICONPREFIX/$(ICONPREFIX.$(*:f:s/-/ /:1:s/3.5//))/' > $*$/usr/lib/menu/$(*:f:s/_/ /:1:s/3.5//)
-	echo "Package: $(*:f:s/_/ /:1:s/3.5//)" > $@
-	cat $(@:f) | tr -d "\015" | sed "s/%productname/$(PRODUCTNAME.$(*:f:s/-/ /:1:s/3.5//))/" >> $@
-	echo "Version: $(PKGVERSION.$(*:f:s/-/ /:1:s/3.5//))-$(PKGREV)" >> $@
+	ln -sf /opt/$(UNIXFILENAME.$(*:f:s/-/ /:1:s/4.0//)) $*$/etc$/
+	/bin/sh -c -x "cd $(COMMONMISC)$/$(*:f:s/-/ /:1:s/4.0//) && DESTDIR=$(shell @cd $*; pwd) ICON_PREFIX=$(ICONPREFIX) KDEMAINDIR=/usr GNOMEDIR=/usr create_tree.sh"
+        @cat openoffice.org-debian-menus | sed -e 's/%PRODUCTNAME/$(PRODUCTNAME.$(*:f:s/-/ /:1:s/4.0//)) $(PRODUCTVERSION.$(*:f:s/-/ /:1:s/4.0//))/' -e 's/%PREFIX/$(UNIXFILENAME.$(*:f:s/-/ /:1:s/4.0//))/' -e 's/%ICONPREFIX/$(ICONPREFIX.$(*:f:s/-/ /:1:s/4.0//))/' > $*$/usr/lib/menu/$(*:f:s/_/ /:1:s/4.0//)
+	echo "Package: $(*:f:s/_/ /:1:s/4.0//)" > $@
+	cat $(@:f) | tr -d "\015" | sed "s/%productname/$(PRODUCTNAME.$(*:f:s/-/ /:1:s/4.0//))/" >> $@
+	echo "Version: $(PKGVERSION.$(*:f:s/-/ /:1:s/4.0//))-$(PKGREV)" >> $@
 	@du -k -s $* | awk -F ' ' '{ printf "Installed-Size: %s\n", $$1 ; }' >> $@
 
 %/DEBIAN/postinst : $$(@:f)
-	 @cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME.$(*:f:s/-/ /:1:s/3.5//))/g" > $@
+	 @cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME.$(*:f:s/-/ /:1:s/4.0//))/g" > $@
 
 %/DEBIAN/postrm : $$(@:f)
-	 @cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME.$(*:f:s/-/ /:1:s/3.5//))/g" > $@
+	 @cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME.$(*:f:s/-/ /:1:s/4.0//))/g" > $@
 
 %/DEBIAN/prerm : $$(@:f)
-	 @cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME.$(*:f:s/-/ /:1:s/3.5//))/g" > $@
+	 @cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME.$(*:f:s/-/ /:1:s/4.0//))/g" > $@
 
 # --- packaging ---------------------------------------------------
 

Modified: openoffice/branches/ia2/main/sysui/desktop/productversion.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/sysui/desktop/productversion.mk?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/sysui/desktop/productversion.mk (original)
+++ openoffice/branches/ia2/main/sysui/desktop/productversion.mk Thu Feb 21 02:52:59 2013
@@ -47,10 +47,10 @@ PRODUCTLIST = apache_openoffice
 # default values to minimize maintainance effort
 
 # CAUTION! $(OOOBASEVERSION) from openoffice.lst NOT available (!)
-PRODUCTVERSION = 3.5
+PRODUCTVERSION = 4.0
 
 # CAUTION! $(BRANDPACKAGEVERSION) from openoffice.lst NOT available (!)
-PRODUCTVERSIONSHORT = 3
+PRODUCTVERSIONSHORT = 4
 
 PKGVERSION = $(PRODUCTVERSION)
 # gnome-vfs treats everything behind the last '.' as an icon extension, 

Modified: openoffice/branches/ia2/main/sysui/desktop/slackware/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/sysui/desktop/slackware/makefile.mk?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/sysui/desktop/slackware/makefile.mk (original)
+++ openoffice/branches/ia2/main/sysui/desktop/slackware/makefile.mk Thu Feb 21 02:52:59 2013
@@ -36,7 +36,7 @@ TARGET=slackware
 
 # --- Files --------------------------------------------------------
 
-MENUFILES=$(PKGDIR)$/{$(PRODUCTLIST)}3.5-$(TARGET)-menus-$(PKGVERSION)-noarch-$(PKGREV).tgz
+MENUFILES=$(PKGDIR)$/{$(PRODUCTLIST)}4.0-$(TARGET)-menus-$(PKGVERSION)-noarch-$(PKGREV).tgz
 
 # --- Targets -------------------------------------------------------
 
@@ -55,26 +55,26 @@ $(MISC)/$(TARGET)/usr/share/applications
 # FIXME: removal of *-extension.* only to create identical packages to OOF680
 %/usr/share/applications : 
 	@$(MKDIRHIER) $@
-	/bin/sh -c "cd $(COMMONMISC)$/$(*:b:s/-/ /:1:s/3.5//); DESTDIR=$(shell @cd $*; pwd) GNOMEDIR="" ICON_PREFIX=$(ICONPREFIX.$(*:b:s/-/ /:1:s/3.5//)) KDEMAINDIR=/opt/kde .$/create_tree.sh"
+	/bin/sh -c "cd $(COMMONMISC)$/$(*:b:s/-/ /:1:s/4.0//); DESTDIR=$(shell @cd $*; pwd) GNOMEDIR="" ICON_PREFIX=$(ICONPREFIX.$(*:b:s/-/ /:1:s/4.0//)) KDEMAINDIR=/opt/kde .$/create_tree.sh"
 	$(RM) $*$/opt$/kde$/share$/icons$/*$/*$/*$/*-extension.png	
 	$(RM) $*$/opt$/kde$/share$/mimelnk$/application$/*-extension.desktop 
 	$(RM) $*$/usr$/share$/applications$/*.desktop
 	$(RM) $*$/usr$/bin$/soffice
 
 %$/install$/doinst.sh : update-script
-	@echo "( cd etc ; rm -rf $(UNIXFILENAME.$(*:b:s/-/ /:1:s/3.5//)) )" > $@
-	@echo "( cd etc ; ln -snf /opt/$(UNIXFILENAME.$(*:b:s/-/ /:1:s/3.5//):s/-//) $(UNIXFILENAME.$(*:b:s/-/ /:1:s/3.5//)) )" >> $@
+	@echo "( cd etc ; rm -rf $(UNIXFILENAME.$(*:b:s/-/ /:1:s/4.0//)) )" > $@
+	@echo "( cd etc ; ln -snf /opt/$(UNIXFILENAME.$(*:b:s/-/ /:1:s/4.0//):s/-//) $(UNIXFILENAME.$(*:b:s/-/ /:1:s/4.0//)) )" >> $@
 	@echo "( cd usr/bin ; rm -rf soffice )" >> $@
-	@echo "( cd usr/bin ; ln -sf /etc/$(UNIXFILENAME.$(*:b:s/-/ /:1:s/3.5//))/program/soffice soffice )" >> $@
-	@echo -e $(foreach,i,$(shell @cat $(COMMONMISC)$/$(*:b:s/-/ /:1:s/3.5//)/launcherlist) "\n( cd usr/share/applications ; rm -rf $(UNIXFILENAME.$(*:b:s/-/ /:1:s/3.5//))-$i )\n( cd usr/share/applications ; ln -sf /etc/$(UNIXFILENAME.$(*:b:s/-/ /:1:s/3.5//))/share/xdg/$i $(UNIXFILENAME.$(*:b:s/-/ /:1:s/3.5//))-$i )") >> $@
+	@echo "( cd usr/bin ; ln -sf /etc/$(UNIXFILENAME.$(*:b:s/-/ /:1:s/4.0//))/program/soffice soffice )" >> $@
+	@echo -e $(foreach,i,$(shell @cat $(COMMONMISC)$/$(*:b:s/-/ /:1:s/4.0//)/launcherlist) "\n( cd usr/share/applications ; rm -rf $(UNIXFILENAME.$(*:b:s/-/ /:1:s/4.0//))-$i )\n( cd usr/share/applications ; ln -sf /etc/$(UNIXFILENAME.$(*:b:s/-/ /:1:s/4.0//))/share/xdg/$i $(UNIXFILENAME.$(*:b:s/-/ /:1:s/4.0//))-$i )") >> $@
 	@cat $< >> $@
 
 %$/install$/slack-desc : slack-desc
 	@$(MKDIRHIER) $(@:d)
-	@sed -e "s/PKGNAME/$(*:b:s/-/ /:1:s/3.5//)-$(TARGET)-menus/g" -e "s/PKGVERSION/$(PKGVERSION.$(*:b:s/-/ /:1:s/3.5//))/g" \
-		-e "s/LONGPRODUCTNAME/$(PRODUCTNAME.$(*:b:s/-/ /:1:s/3.5//)) $(PRODUCTVERSION.$(*:b:s/-/ /:1:s/3.5//))/g" \
-		-e "s/PRODUCTNAME/$(PRODUCTNAME.$(*:b:s/-/ /:1:s/3.5//))/g" \
-		-e "s/UNIXFILENAME/$(UNIXFILENAME.$(*:b:s/-/ /:1:s/3.5//))/g" $< > $@
+	@sed -e "s/PKGNAME/$(*:b:s/-/ /:1:s/4.0//)-$(TARGET)-menus/g" -e "s/PKGVERSION/$(PKGVERSION.$(*:b:s/-/ /:1:s/4.0//))/g" \
+		-e "s/LONGPRODUCTNAME/$(PRODUCTNAME.$(*:b:s/-/ /:1:s/4.0//)) $(PRODUCTVERSION.$(*:b:s/-/ /:1:s/4.0//))/g" \
+		-e "s/PRODUCTNAME/$(PRODUCTNAME.$(*:b:s/-/ /:1:s/4.0//))/g" \
+		-e "s/UNIXFILENAME/$(UNIXFILENAME.$(*:b:s/-/ /:1:s/4.0//))/g" $< > $@
 
 # needed to satisfy the slackware package tools - they need
 # the entries like this

Modified: openoffice/branches/ia2/main/tools/inc/tools/diagnose_ex.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/tools/inc/tools/diagnose_ex.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/tools/inc/tools/diagnose_ex.h (original)
+++ openoffice/branches/ia2/main/tools/inc/tools/diagnose_ex.h Thu Feb 21 02:52:59 2013
@@ -86,14 +86,14 @@
                                      OSL_ENSURE(c, m); \
                                      throw ::com::sun::star::lang::IllegalArgumentException( \
                                      ::rtl::OUString::createFromAscii(BOOST_CURRENT_FUNCTION) + \
-                                     ::rtl::OUString::createFromAscii(",\n"m), \
+                                     ::rtl::OUString::createFromAscii( ",\n" m), \
                                      ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >(), \
                                      0 ); }
 #define ENSURE_ARG_OR_THROW2(c, m, ifc, arg) if( !(c) ) { \
                                                OSL_ENSURE(c, m); \
                                                throw ::com::sun::star::lang::IllegalArgumentException( \
                                                ::rtl::OUString::createFromAscii(BOOST_CURRENT_FUNCTION) + \
-                                               ::rtl::OUString::createFromAscii(",\n"m), \
+                                               ::rtl::OUString::createFromAscii( ",\n" m), \
                                                ifc, \
                                                arg ); }
 
@@ -104,13 +104,13 @@
                                      OSL_ENSURE(c, m); \
                                      throw ::com::sun::star::uno::RuntimeException( \
                                      ::rtl::OUString::createFromAscii(BOOST_CURRENT_FUNCTION) + \
-                                     ::rtl::OUString::createFromAscii(",\n"m), \
+                                     ::rtl::OUString::createFromAscii( ",\n" m), \
                                      ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >() ); }
 #define ENSURE_OR_THROW2(c, m, ifc) if( !(c) ) { \
                                           OSL_ENSURE(c, m); \
                                           throw ::com::sun::star::uno::RuntimeException( \
                                           ::rtl::OUString::createFromAscii(BOOST_CURRENT_FUNCTION) + \
-                                          ::rtl::OUString::createFromAscii(",\n"m), \
+                                          ::rtl::OUString::createFromAscii( ",\n" m), \
                                           ifc ); }
 
 /** This macro asserts the given condition (in debug mode), and

Modified: openoffice/branches/ia2/main/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx (original)
+++ openoffice/branches/ia2/main/ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx Thu Feb 21 02:52:59 2013
@@ -54,7 +54,7 @@ void SerfRequestProcessorImpl::activateC
     mbUseChunkedEncoding = true;
 }
 
-const bool SerfRequestProcessorImpl::useChunkedEncoding() const
+bool SerfRequestProcessorImpl::useChunkedEncoding() const
 {
     return mbUseChunkedEncoding;
 }

Modified: openoffice/branches/ia2/main/ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx (original)
+++ openoffice/branches/ia2/main/ucb/source/ucp/webdav/SerfRequestProcessorImpl.hxx Thu Feb 21 02:52:59 2013
@@ -66,7 +66,7 @@ protected:
     void handleEndOfResponseData( serf_bucket_t * inSerfResponseBucket ) = 0;
 
     const char* getPathStr() const;
-    const bool useChunkedEncoding() const;
+    bool useChunkedEncoding() const;
 
 private:
     const char* mPathStr;

Modified: openoffice/branches/ia2/main/unotools/source/config/bootstrap.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/unotools/source/config/bootstrap.cxx?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/unotools/source/config/bootstrap.cxx (original)
+++ openoffice/branches/ia2/main/unotools/source/config/bootstrap.cxx Thu Feb 21 02:52:59 2013
@@ -149,7 +149,7 @@ namespace utl
             rtl::OUString uri;
             rtl::Bootstrap::get(
                 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BRAND_BASE_DIR")), uri);
-            s_pData = new Impl(uri + OUString(RTL_CONSTASCII_USTRINGPARAM("/program/"BOOTSTRAP_DATA_NAME)));
+            s_pData = new Impl(uri + OUString(RTL_CONSTASCII_USTRINGPARAM( "/program/" BOOTSTRAP_DATA_NAME)));
         }
         return *s_pData;
     }
@@ -693,7 +693,7 @@ OUString Bootstrap::getAllUsersValue(OUS
 {
     OUString const csAllUsersItem(RTL_CONSTASCII_USTRINGPARAM(SETUP_ITEM_ALLUSERS));
 
-    rtl::Bootstrap aData( getExecutableDirectory() + OUString( RTL_CONSTASCII_USTRINGPARAM( "/"SETUP_DATA_NAME ) ) );
+    rtl::Bootstrap aData( getExecutableDirectory() + OUString( RTL_CONSTASCII_USTRINGPARAM( "/" SETUP_DATA_NAME ) ) );
     OUString sResult;
     aData.getFrom( csAllUsersItem, sResult, _sDefault );
     return sResult;
@@ -910,7 +910,7 @@ sal_Bool Bootstrap::Impl::getVersionValu
     rtl::Bootstrap::get(
         rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BRAND_BASE_DIR")), uri);
     rtl::Bootstrap aData( uri +
-                          OUString(RTL_CONSTASCII_USTRINGPARAM("/program/"SAL_CONFIGFILE("version"))) );
+                          OUString(RTL_CONSTASCII_USTRINGPARAM( "/program/" SAL_CONFIGFILE("version"))) );
     if ( aData.getHandle() == NULL )
         // version.ini (versionrc) doesn't exist
         return sal_False;

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/airbrush_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/airbrush_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/airbrush_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/airbrush_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define airbrush_curs_height 32
 #define airbrush_curs_x_hot 5
 #define airbrush_curs_y_hot 22
-static char airbrush_curs_bits[] = {
+static const unsigned char airbrush_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x70,0x00,0x00,0x00,0x78,0x00,0x00,0x00,
  0x7c,0x00,0x00,0x00,0x3e,0x00,0x00,0x00,0x1f,0x00,0x00,0x98,0x0f,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/airbrush_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/airbrush_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/airbrush_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/airbrush_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define airbrush_mask_height 32
 #define airbrush_mask_x_hot 5
 #define airbrush_mask_y_hot 22
-static char airbrush_mask_bits[] = {
+static const unsigned char airbrush_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x70,0x00,0x00,0x00,0x78,0x00,0x00,0x00,
  0x7c,0x00,0x00,0x00,0x3e,0x00,0x00,0x00,0x1f,0x00,0x00,0x98,0x0f,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ase_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ase_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ase_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ase_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define ase_curs_height 32
 #define ase_curs_x_hot 19
 #define ase_curs_y_hot 16
-static char ase_curs_bits[] = {
+static const unsigned char ase_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ase_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ase_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ase_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ase_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define ase_mask_height 32
 #define ase_mask_x_hot 19 
 #define ase_mask_y_hot 16
-static char ase_mask_bits[] = {
+static const unsigned char ase_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asn_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asn_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asn_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asn_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asn_curs_height 32
 #define asn_curs_x_hot 16
 #define asn_curs_y_hot 12
-static char asn_curs_bits[] = {
+static const unsigned char asn_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x80,0x03,
  0x00,0x00,0xc0,0x07,0x00,0x00,0xc0,0x07,0x00,0x00,0xe0,0x0f,0x00,0x00,0x20,
  0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x03,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asn_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asn_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asn_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asn_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asn_mask_height 32
 #define asn_mask_x_hot 16
 #define asn_mask_y_hot 12
-static char asn_mask_bits[] = {
+static const unsigned char asn_mask_bits[] = {
  0x00,0x00,0x01,0x00,0x00,0x80,0x03,0x00,0x00,0x80,0x03,0x00,0x00,0xc0,0x07,
  0x00,0x00,0xe0,0x0f,0x00,0x00,0xe0,0x0f,0x00,0x00,0xf0,0x1f,0x00,0x00,0xf0,
  0x1f,0x00,0x00,0x20,0x08,0x00,0x00,0x80,0x03,0x00,0x00,0xc0,0x07,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asne_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asne_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asne_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asne_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asne_curs_height 32
 #define asne_curs_x_hot 21
 #define asne_curs_y_hot 10
-static char asne_curs_bits[] = {
+static const unsigned char asne_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3c,0x00,0x00,0x80,
  0x3f,0x00,0x00,0xc0,0x3f,0x00,0x00,0x00,0x3f,0x00,0x00,0x00,0x1c,0x00,0x00,
  0x00,0x1c,0x00,0x00,0x70,0x18,0x00,0x00,0xf8,0x08,0x00,0x00,0xf8,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asne_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asne_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asne_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asne_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asne_mask_height 32
 #define asne_mask_x_hot 21
 #define asne_mask_y_hot 10
-static char asne_mask_bits[] = {
+static const unsigned char asne_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7c,0x00,0x00,0x80,0x7f,0x00,0x00,0xc0,
  0x7f,0x00,0x00,0xe0,0x7f,0x00,0x00,0xc0,0x7f,0x00,0x00,0x00,0x3f,0x00,0x00,
  0x70,0x3e,0x00,0x00,0xf8,0x3c,0x00,0x00,0xfc,0x1d,0x00,0x00,0xfc,0x09,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asns_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asns_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asns_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asns_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asns_curs_height 32
 #define asns_curs_x_hot 15
 #define asns_curs_y_hot 15
-static char asns_curs_bits[] = {
+static const unsigned char asns_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x80,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0xc0,0x01,0x00,0x00,0xe0,
  0x03,0x00,0x00,0xe0,0x03,0x00,0x00,0xf0,0x07,0x00,0x00,0x10,0x04,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asns_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asns_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asns_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asns_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asns_mask_height 32
 #define asns_mask_x_hot 15
 #define asns_mask_y_hot 15
-static char asns_mask_bits[] = {
+static const unsigned char asns_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,
  0x00,0x00,0xc0,0x01,0x00,0x00,0xc0,0x01,0x00,0x00,0xe0,0x03,0x00,0x00,0xf0,
  0x07,0x00,0x00,0xf0,0x07,0x00,0x00,0xf8,0x0f,0x00,0x00,0xf8,0x0f,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnswe_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnswe_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnswe_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnswe_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asnswe_curs_height 32
 #define asnswe_curs_x_hot 15
 #define asnswe_curs_y_hot 15
-static char asnswe_curs_bits[] = {
+static const unsigned char asnswe_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x80,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0xc0,0x01,0x00,0x00,0xe0,
  0x03,0x00,0x00,0xe0,0x03,0x00,0x00,0xf0,0x07,0x00,0x00,0x10,0x04,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnswe_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnswe_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnswe_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnswe_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asnswe_mask_height 32
 #define asnswe_mask_x_hot 15
 #define asnswe_mask_y_hot 15
-static char asnswe_mask_bits[] = {
+static const unsigned char asnswe_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,
  0x00,0x00,0xc0,0x01,0x00,0x00,0xc0,0x01,0x00,0x00,0xe0,0x03,0x00,0x00,0xf0,
  0x07,0x00,0x00,0xf0,0x07,0x00,0x00,0xf8,0x0f,0x00,0x00,0xf8,0x0f,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnw_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnw_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnw_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnw_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asnw_curs_height 32
 #define asnw_curs_x_hot 10
 #define asnw_curs_y_hot 10
-static char asnw_curs_bits[] = {
+static const unsigned char asnw_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3c,0x00,0x00,0x00,0xfc,0x01,0x00,
  0x00,0xfc,0x03,0x00,0x00,0xfc,0x00,0x00,0x00,0x38,0x00,0x00,0x00,0x38,0x00,
  0x00,0x00,0x18,0x0e,0x00,0x00,0x10,0x1f,0x00,0x00,0x00,0x1f,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnw_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnw_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnw_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asnw_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asnw_mask_height 32
 #define asnw_mask_x_hot 10
 #define asnw_mask_y_hot 10
-static char asnw_mask_bits[] = {
+static const unsigned char asnw_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x3e,0x00,0x00,0x00,0xfe,0x01,0x00,0x00,0xfe,0x03,0x00,
  0x00,0xfe,0x07,0x00,0x00,0xfe,0x03,0x00,0x00,0xfc,0x00,0x00,0x00,0x7c,0x0e,
  0x00,0x00,0x3c,0x1f,0x00,0x00,0xb8,0x3f,0x00,0x00,0x90,0x3f,0x00,0x00,0x80,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ass_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ass_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ass_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ass_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define ass_curs_height 32
 #define ass_curs_x_hot 15
 #define ass_curs_y_hot 19
-static char ass_curs_bits[] = {
+static const unsigned char ass_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ass_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ass_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ass_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/ass_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define ass_mask_height 32
 #define ass_mask_x_hot 15
 #define ass_mask_y_hot 19
-static char ass_mask_bits[] = {
+static const unsigned char ass_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asse_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asse_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asse_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asse_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asse_curs_height 32
 #define asse_curs_x_hot 21
 #define asse_curs_y_hot 21
-static char asse_curs_bits[] = {
+static const unsigned char asse_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asse_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asse_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asse_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asse_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asse_mask_height 32
 #define asse_mask_x_hot 21
 #define asse_mask_y_hot 21
-static char asse_mask_bits[] = {
+static const unsigned char asse_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/assw_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/assw_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/assw_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/assw_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define assw_curs_height 32
 #define assw_curs_x_hot 21
 #define assw_curs_y_hot 21
-static char assw_curs_bits[] = {
+static const unsigned char assw_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/assw_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/assw_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/assw_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/assw_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define assw_mask_height 32
 #define assw_mask_x_hot 21
 #define assw_mask_y_hot 21
-static char assw_mask_bits[] = {
+static const unsigned char assw_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asw_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asw_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asw_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asw_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asw_curs_height 32
 #define asw_curs_x_hot 12
 #define asw_curs_y_hot 15
-static char asw_curs_bits[] = {
+static const unsigned char asw_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asw_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asw_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asw_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/asw_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define asw_mask_height 32
 #define asw_mask_x_hot 12
 #define asw_mask_y_hot 15
-static char asw_mask_bits[] = {
+static const unsigned char asw_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/aswe_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/aswe_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/aswe_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/aswe_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define aswe_curs_height 32
 #define aswe_curs_x_hot 15
 #define aswe_curs_y_hot 15
-static char aswe_curs_bits[] = {
+static const unsigned char aswe_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/aswe_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/aswe_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/aswe_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/aswe_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define aswe_mask_height 32
 #define aswe_mask_x_hot 15
 #define aswe_mask_y_hot 15
-static char aswe_mask_bits[] = {
+static const unsigned char aswe_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chain_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chain_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chain_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chain_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define chain_curs_height 32
 #define chain_curs_x_hot 0
 #define chain_curs_y_hot 2
-static char chain_curs_bits[] = {
+static const unsigned char chain_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x03,0x00,0x00,
  0x00,0x05,0x00,0x00,0x00,0x09,0x00,0x00,0x00,0x11,0x00,0x00,0x00,0x21,0x00,
  0x00,0x00,0x41,0x00,0x00,0x00,0x81,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x01,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chain_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chain_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chain_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chain_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define chain_mask_width 32
 #define chain_mask_height 32
-static char chain_mask_bits[] = {
+static const unsigned char chain_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x03,0x00,0x00,
  0x00,0x07,0x00,0x00,0x00,0x0f,0x00,0x00,0x00,0x1f,0x00,0x00,0x00,0x3f,0x00,
  0x00,0x00,0x7f,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x01,0x00,0x00,0xff,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chainnot_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chainnot_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chainnot_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chainnot_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define chainnot_curs_height 32
 #define chainnot_curs_x_hot 2
 #define chainnot_curs_y_hot 2
-static char chainnot_curs_bits[] = {
+static const unsigned char chainnot_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x80,0x1f,0x00,0x00,0xe0,0x7f,0x00,0x00,0xf0,0xf0,0x00,
  0x00,0x38,0xc0,0x01,0x00,0x7c,0x80,0x03,0x00,0xec,0x00,0x03,0x00,0xce,0x01,
  0x07,0x00,0x86,0x03,0x06,0x00,0x06,0x07,0x06,0x00,0x06,0x0e,0x06,0x00,0x06,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chainnot_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chainnot_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chainnot_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chainnot_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define chainnot_mask_width 32
 #define chainnot_mask_height 32
-static char chainnot_mask_bits[] = {
+static const unsigned char chainnot_mask_bits[] = {
  0x80,0x1f,0x00,0x00,0xe0,0x7f,0x00,0x00,0xf0,0xff,0x00,0x00,0xf8,0xff,0x01,
  0x00,0xfc,0xf0,0x03,0x00,0xfe,0xc0,0x07,0x00,0xfe,0x81,0x07,0x00,0xff,0x83,
  0x0f,0x00,0xcf,0x07,0x0f,0x00,0x8f,0x0f,0x0f,0x00,0x0f,0x1f,0x0f,0x00,0x0f,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chart_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chart_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chart_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chart_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define chart_curs_height 32
 #define chart_curs_x_hot 15
 #define chart_curs_y_hot 16
-static char chart_curs_bits[] = {
+static const unsigned char chart_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x80,0x00,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chart_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chart_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chart_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/chart_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define chart_mask_height 32
 #define chart_mask_x_hot 15
 #define chart_mask_y_hot 16
-static char chart_mask_bits[] = {
+static const unsigned char chart_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0xc0,0x01,0x00,0x00,0xc0,0x01,0x00,0x00,0xc0,0x01,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydata_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydata_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydata_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydata_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define copydata_curs_height 32
 #define copydata_curs_x_hot 1
 #define copydata_curs_y_hot 1
-static char copydata_curs_bits[] = {
+static const unsigned char copydata_curs_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00,
    0x0e, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00,
    0x7e, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydata_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydata_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydata_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydata_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define copydata_mask_height 32
 #define copydata_mask_x_hot 1
 #define copydata_mask_y_hot 1
-static char copydata_mask_bits[] = {
+static const unsigned char copydata_mask_bits[] = {
    0x07, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00,
    0x3f, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00,
    0xff, 0x01, 0x00, 0x00, 0xff, 0x03, 0x00, 0x00, 0xff, 0x07, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydlnk_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydlnk_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydlnk_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydlnk_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define copydlnk_curs_height 32
 #define copydlnk_curs_x_hot 1
 #define copydlnk_curs_y_hot 1
-static char copydlnk_curs_bits[] = {
+static const unsigned char copydlnk_curs_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00,
    0x0e, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00,
    0x7e, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydlnk_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydlnk_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydlnk_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copydlnk_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define copydlnk_mask_height 32
 #define copydlnk_mask_x_hot 1
 #define copydlnk_mask_y_hot 1
-static char copydlnk_mask_bits[] = {
+static const unsigned char copydlnk_mask_bits[] = {
    0x07, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00,
    0x3f, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00,
    0xff, 0x01, 0x00, 0x00, 0xff, 0x03, 0x00, 0x00, 0xff, 0x07, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfile_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfile_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfile_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfile_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define copyfile_curs_height 32
 #define copyfile_curs_x_hot 9
 #define copyfile_curs_y_hot 9
-static char copyfile_curs_bits[] = {
+static const unsigned char copyfile_curs_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x00, 0x00, 0xfe, 0x02, 0x00, 0x00,
    0xfe, 0x00, 0x00, 0x00, 0xfe, 0x07, 0x00, 0x00, 0xfe, 0x07, 0x00, 0x00,
    0xfe, 0x07, 0x00, 0x00, 0xfe, 0x07, 0x00, 0x00, 0xfe, 0x04, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfile_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfile_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfile_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfile_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define copyfile_mask_height 32
 #define copyfile_mask_x_hot 9
 #define copyfile_mask_y_hot 9
-static char copyfile_mask_bits[] = {
+static const unsigned char copyfile_mask_bits[] = {
    0xff, 0x01, 0x00, 0x00, 0xff, 0x07, 0x00, 0x00, 0xff, 0x07, 0x00, 0x00,
    0xff, 0x0f, 0x00, 0x00, 0xff, 0x0f, 0x00, 0x00, 0xff, 0x0f, 0x00, 0x00,
    0xff, 0x0f, 0x00, 0x00, 0xff, 0x0f, 0x00, 0x00, 0xff, 0x0f, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfiles_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfiles_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfiles_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfiles_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define copyfiles_curs_height 32
 #define copyfiles_curs_x_hot 8
 #define copyfiles_curs_y_hot 9
-static char copyfiles_curs_bits[] = {
+static const unsigned char copyfiles_curs_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0xe0, 0x0f, 0x00, 0x00, 0xe0, 0x2f, 0x00, 0x00,
    0xe8, 0x0f, 0x00, 0x00, 0xe8, 0x7f, 0x00, 0x00, 0xea, 0x7f, 0x00, 0x00,
    0xea, 0x7f, 0x00, 0x00, 0xea, 0x7f, 0x00, 0x00, 0x6a, 0x7e, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfiles_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfiles_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfiles_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyfiles_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define copyfiles_mask_height 32
 #define copyfiles_mask_x_hot 8
 #define copyfiles_mask_y_hot 9
-static char copyfiles_mask_bits[] = {
+static const unsigned char copyfiles_mask_bits[] = {
    0xf0, 0x1f, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00,
    0xfc, 0xff, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00,
    0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyflnk_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyflnk_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyflnk_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyflnk_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define copyflnk_curs_height 32
 #define copyflnk_curs_x_hot 9
 #define copyflnk_curs_y_hot 9
-static char copyflnk_curs_bits[] = {
+static const unsigned char copyflnk_curs_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x00, 0x00, 0xfe, 0x02, 0x00, 0x00,
    0xfe, 0x00, 0x00, 0x00, 0xfe, 0x07, 0x00, 0x00, 0xfe, 0x07, 0x00, 0x00,
    0xfe, 0x07, 0x00, 0x00, 0xfe, 0x07, 0x00, 0x00, 0x80, 0x04, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyflnk_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyflnk_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyflnk_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/copyflnk_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define copyflnk_mask_height 32
 #define copyflnk_mask_x_hot 9
 #define copyflnk_mask_y_hot 9
-static char copyflnk_mask_bits[] = {
+static const unsigned char copyflnk_mask_bits[] = {
    0xff, 0x01, 0x00, 0x00, 0xff, 0x07, 0x00, 0x00, 0xff, 0x07, 0x00, 0x00,
    0xff, 0x0f, 0x00, 0x00, 0xff, 0x0f, 0x00, 0x00, 0xff, 0x0f, 0x00, 0x00,
    0xff, 0x0f, 0x00, 0x00, 0xff, 0x0f, 0x00, 0x00, 0xff, 0x0f, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crook_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crook_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crook_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crook_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define crook_curs_height 32
 #define crook_curs_x_hot 15
 #define crook_curs_y_hot 14
-static char crook_curs_bits[] = {
+static const unsigned char crook_curs_bits[] = {
    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    0xff, 0xff, 0xff, 0xff, 0xff, 0x7c, 0x3e, 0xff, 0x7f, 0xbb, 0xdd, 0xfe,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crook_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crook_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crook_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crook_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define crook_mask_width 32
 #define crook_mask_height 32
-static char crook_mask_bits[] = {
+static const unsigned char crook_mask_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x83, 0xc1, 0x00, 0x80, 0xc7, 0xe3, 0x01, 0xc0, 0xef, 0xf7, 0x03,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crop_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crop_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crop_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crop_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define crop_curs_height 32
 #define crop_curs_x_hot 9
 #define crop_curs_y_hot 9
-static char crop_curs_bits[] = {
+static const unsigned char crop_curs_bits[] = {
    0xff, 0x0f, 0xff, 0xff, 0xff, 0x6f, 0xff, 0xff, 0xff, 0x6f, 0xff, 0xff,
    0x07, 0x60, 0xf8, 0xff, 0xf7, 0x6f, 0xfb, 0xff, 0xf7, 0x6f, 0xfb, 0xff,
    0x37, 0x60, 0xf8, 0xff, 0xb7, 0x6f, 0xff, 0xff, 0xb7, 0x6f, 0xff, 0xff,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crop_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crop_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crop_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/crop_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define crop_mask_width 32
 #define crop_mask_height 32
-static char crop_mask_bits[] = {
+static const unsigned char crop_mask_bits[] = {
    0x00, 0xf8, 0x01, 0x00, 0x00, 0xf8, 0x01, 0x00, 0xfc, 0xff, 0x0f, 0x00,
    0xfc, 0xff, 0x0f, 0x00, 0xfc, 0xff, 0x0f, 0x00, 0xfc, 0xff, 0x0f, 0x00,
    0xfc, 0xff, 0x0f, 0x00, 0xfc, 0xff, 0x0f, 0x00, 0xfc, 0xf8, 0x01, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/detective_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/detective_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/detective_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/detective_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define detective_curs_height 32
 #define detective_curs_x_hot 12
 #define detective_curs_y_hot 13
-static char detective_curs_bits[] = {
+static const unsigned char detective_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x38,0x00,
  0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7c,
  0x00,0x00,0x00,0x83,0x01,0x00,0x80,0x00,0x02,0x00,0x80,0x10,0x02,0x00,0x40,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/detective_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/detective_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/detective_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/detective_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define detective_mask_height 32
 #define detective_mask_x_hot 12
 #define detective_mask_y_hot 13
-static char detective_mask_bits[] = {
+static const unsigned char detective_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x38,0x00,
  0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7c,
  0x00,0x00,0x00,0xff,0x01,0x00,0x80,0xff,0x03,0x00,0x80,0xff,0x03,0x00,0xc0,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawarc_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawarc_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawarc_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawarc_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawarc_curs_height 32
 #define drawarc_curs_x_hot 7
 #define drawarc_curs_y_hot 7
-static char drawarc_curs_bits[] = {
+static const unsigned char drawarc_curs_bits[] = {
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawarc_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawarc_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawarc_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawarc_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawarc_mask_width 32
 #define drawarc_mask_height 32
-static char drawarc_mask_bits[] = {
+static const unsigned char drawarc_mask_bits[] = {
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawbezier_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawbezier_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawbezier_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawbezier_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawbezier_curs_height 32
 #define drawbezier_curs_x_hot 7
 #define drawbezier_curs_y_hot 7
-static char drawbezier_curs_bits[] = {
+static const unsigned char drawbezier_curs_bits[] = {
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawbezier_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawbezier_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawbezier_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawbezier_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawbezier_mask_width 32
 #define drawbezier_mask_height 32
-static char drawbezier_mask_bits[] = {
+static const unsigned char drawbezier_mask_bits[] = {
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcaption_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcaption_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcaption_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcaption_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawcaption_curs_height 32
 #define drawcaption_curs_x_hot 8
 #define drawcaption_curs_y_hot 8
-static char drawcaption_curs_bits[] = {
+static const unsigned char drawcaption_curs_bits[] = {
    0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff,
    0xff, 0xfe, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff,
    0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81, 0x02, 0xff, 0xff,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcaption_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcaption_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcaption_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcaption_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawcaption_mask_width 32
 #define drawcaption_mask_height 32
-static char drawcaption_mask_bits[] = {
+static const unsigned char drawcaption_mask_bits[] = {
    0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00,
    0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00,
    0x80, 0x03, 0x00, 0x00, 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x01, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcirclecut_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcirclecut_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcirclecut_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcirclecut_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawcirclecut_curs_height 32
 #define drawcirclecut_curs_x_hot 7
 #define drawcirclecut_curs_y_hot 7
-static char drawcirclecut_curs_bits[] = {
+static const unsigned char drawcirclecut_curs_bits[] = {
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcirclecut_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcirclecut_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcirclecut_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcirclecut_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawcirclecut_mask_width 32
 #define drawcirclecut_mask_height 32
-static char drawcirclecut_mask_bits[] = {
+static const unsigned char drawcirclecut_mask_bits[] = {
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawconnect_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawconnect_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawconnect_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawconnect_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawconnect_curs_height 32
 #define drawconnect_curs_x_hot 7
 #define drawconnect_curs_y_hot 7
-static char drawconnect_curs_bits[] = {
+static const unsigned char drawconnect_curs_bits[] = {
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawconnect_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawconnect_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawconnect_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawconnect_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawconnect_mask_width 32
 #define drawconnect_mask_height 32
-static char drawconnect_mask_bits[] = {
+static const unsigned char drawconnect_mask_bits[] = {
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrook_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrook_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrook_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrook_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawcrook_curs_height 32
 #define drawcrook_curs_x_hot 15
 #define drawcrook_curs_y_hot 14
-static char drawcrook_curs_bits[] = {
+static const unsigned char drawcrook_curs_bits[] = {
    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
    0xff, 0xff, 0xff, 0xff, 0xff, 0x7c, 0x3e, 0xff, 0x7f, 0xbb, 0xdd, 0xfe,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrook_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrook_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrook_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrook_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawcrook_mask_width 32
 #define drawcrook_mask_height 32
-static char drawcrook_mask_bits[] = {
+static const unsigned char drawcrook_mask_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x83, 0xc1, 0x00, 0x80, 0xc7, 0xe3, 0x01, 0xc0, 0xef, 0xf7, 0x03,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrop_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrop_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrop_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrop_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawcrop_curs_height 32
 #define drawcrop_curs_x_hot 9
 #define drawcrop_curs_y_hot 9
-static char drawcrop_curs_bits[] = {
+static const unsigned char drawcrop_curs_bits[] = {
    0xff, 0x0f, 0xff, 0xff, 0xff, 0x6f, 0xff, 0xff, 0xff, 0x6f, 0xff, 0xff,
    0x07, 0x60, 0xf8, 0xff, 0xf7, 0x6f, 0xfb, 0xff, 0xf7, 0x6f, 0xfb, 0xff,
    0x37, 0x60, 0xf8, 0xff, 0xb7, 0x6f, 0xff, 0xff, 0xb7, 0x6f, 0xff, 0xff,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrop_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrop_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrop_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawcrop_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawcrop_mask_width 32
 #define drawcrop_mask_height 32
-static char drawcrop_mask_bits[] = {
+static const unsigned char drawcrop_mask_bits[] = {
    0x00, 0xf8, 0x01, 0x00, 0x00, 0xf8, 0x01, 0x00, 0xfc, 0xff, 0x0f, 0x00,
    0xfc, 0xff, 0x0f, 0x00, 0xfc, 0xff, 0x0f, 0x00, 0xfc, 0xff, 0x0f, 0x00,
    0xfc, 0xff, 0x0f, 0x00, 0xfc, 0xff, 0x0f, 0x00, 0xfc, 0xf8, 0x01, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawellipse_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawellipse_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawellipse_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawellipse_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawellipse_curs_height 32
 #define drawellipse_curs_x_hot 7
 #define drawellipse_curs_y_hot 7
-static char drawellipse_curs_bits[] = {
+static const unsigned char drawellipse_curs_bits[] = {
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawellipse_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawellipse_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawellipse_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawellipse_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawellipse_mask_width 32
 #define drawellipse_mask_height 32
-static char drawellipse_mask_bits[] = {
+static const unsigned char drawellipse_mask_bits[] = {
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawfreehand_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawfreehand_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawfreehand_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawfreehand_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawfreehand_curs_height 32
 #define drawfreehand_curs_x_hot 8
 #define drawfreehand_curs_y_hot 8
-static char drawfreehand_curs_bits[] = {
+static const unsigned char drawfreehand_curs_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
    0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
    0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0xfd, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawfreehand_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawfreehand_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawfreehand_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawfreehand_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawfreehand_mask_width 32
 #define drawfreehand_mask_height 32
-static char drawfreehand_mask_bits[] = {
+static const unsigned char drawfreehand_mask_bits[] = {
    0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00,
    0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00,
    0x80, 0x03, 0x00, 0x00, 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x01, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawline_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawline_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawline_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawline_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawline_curs_height 32
 #define drawline_curs_x_hot 7
 #define drawline_curs_y_hot 7
-static char drawline_curs_bits[] = {
+static const unsigned char drawline_curs_bits[] = {
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawline_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawline_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawline_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawline_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawline_mask_width 32
 #define drawline_mask_height 32
-static char drawline_mask_bits[] = {
+static const unsigned char drawline_mask_bits[] = {
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0x3f, 0xfe, 0x00, 0x00, 0xbf, 0xfe, 0x00, 0x00, 0x3f, 0xfe, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawmirror_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawmirror_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawmirror_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawmirror_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawmirror_curs_height 32
 #define drawmirror_curs_x_hot 14
 #define drawmirror_curs_y_hot 12
-static char drawmirror_curs_bits[] = {
+static const unsigned char drawmirror_curs_bits[] = {
    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0x03, 0xf8, 0xf5, 0xff,
    0xfb, 0xfb, 0xee, 0xff, 0x0b, 0xfa, 0xf5, 0xff, 0xeb, 0xfa, 0xfa, 0xff,
    0xeb, 0xfa, 0xfa, 0xff, 0xeb, 0x7a, 0xfd, 0xff, 0xeb, 0x7a, 0xfd, 0xff,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawmirror_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawmirror_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawmirror_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawmirror_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawmirror_mask_width 32
 #define drawmirror_mask_height 32
-static char drawmirror_mask_bits[] = {
+static const unsigned char drawmirror_mask_bits[] = {
    0x00, 0x00, 0x04, 0x00, 0xfe, 0x0f, 0x0e, 0x00, 0xfe, 0x0f, 0x1f, 0x00,
    0xfe, 0x8f, 0x3f, 0x00, 0xfe, 0x0f, 0x1f, 0x00, 0xfe, 0x8f, 0x0f, 0x00,
    0xbe, 0x8f, 0x0f, 0x00, 0xbe, 0xcf, 0x07, 0x00, 0xbe, 0xcf, 0x87, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpie_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpie_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpie_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpie_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawpie_curs_height 32
 #define drawpie_curs_x_hot 7
 #define drawpie_curs_y_hot 7
-static char drawpie_curs_bits[] = {
+static const unsigned char drawpie_curs_bits[] = {
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpie_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpie_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpie_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpie_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawpie_mask_width 32
 #define drawpie_mask_height 32
-static char drawpie_mask_bits[] = {
+static const unsigned char drawpie_mask_bits[] = {
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpolygon_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpolygon_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpolygon_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpolygon_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawpolygon_curs_height 32
 #define drawpolygon_curs_x_hot 7
 #define drawpolygon_curs_y_hot 7
-static char drawpolygon_curs_bits[] = {
+static const unsigned char drawpolygon_curs_bits[] = {
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpolygon_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpolygon_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpolygon_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawpolygon_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawpolygon_mask_width 32
 #define drawpolygon_mask_height 32
-static char drawpolygon_mask_bits[] = {
+static const unsigned char drawpolygon_mask_bits[] = {
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawrect_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawrect_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawrect_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawrect_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawrect_curs_height 32
 #define drawrect_curs_x_hot 7
 #define drawrect_curs_y_hot 7
-static char drawrect_curs_bits[] = {
+static const unsigned char drawrect_curs_bits[] = {
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawrect_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawrect_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawrect_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawrect_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawrect_mask_width 32
 #define drawrect_mask_height 32
-static char drawrect_mask_bits[] = {
+static const unsigned char drawrect_mask_bits[] = {
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00,
    0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawtext_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawtext_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawtext_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawtext_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define drawtext_curs_height 32
 #define drawtext_curs_x_hot 8
 #define drawtext_curs_y_hot 8
-static char drawtext_curs_bits[] = {
+static const unsigned char drawtext_curs_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
    0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
    0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0xfd, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawtext_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawtext_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawtext_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/drawtext_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define drawtext_mask_width 32
 #define drawtext_mask_height 32
-static char drawtext_mask_bits[] = {
+static const unsigned char drawtext_mask_bits[] = {
    0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00,
    0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00,
    0x80, 0x03, 0x00, 0x00, 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x01, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/fill_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/fill_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/fill_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/fill_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define fill_curs_height 32
 #define fill_curs_x_hot 10
 #define fill_curs_y_hot 22
-static char fill_curs_bits[] = {
+static const unsigned char fill_curs_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x80,0x02,0x00,0x00,0x5c,0x0c,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/fill_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/fill_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/fill_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/fill_mask.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define fill_mask_height 32
 #define fill_mask_x_hot 10
 #define fill_mask_y_hot 22
-static char fill_mask_bits[] = {
+static const unsigned char fill_mask_bits[] = {
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x80,0x03,0x00,0x00,0xdc,0x0f,0x00,0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/hshear_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/hshear_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/hshear_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/hshear_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define hshear_curs_height 32
 #define hshear_curs_x_hot 15
 #define hshear_curs_y_hot 15
-static char hshear_curs_bits[] = {
+static const unsigned char hshear_curs_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/hshear_mask.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/hshear_mask.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/hshear_mask.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/hshear_mask.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define hshear_mask_width 32
 #define hshear_mask_height 32
-static char hshear_mask_bits[] = {
+static const unsigned char hshear_mask_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/invert50.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/invert50.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/invert50.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/invert50.h Thu Feb 21 02:52:59 2013
@@ -22,7 +22,7 @@
 
 #define invert50_width 32
 #define invert50_height 32
-static char invert50_bits[] = {
+static const unsigned char invert50_bits[] = {
 #if 1
    0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55,
    0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55,

Modified: openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/linkdata_curs.h
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/linkdata_curs.h?rev=1448495&r1=1448494&r2=1448495&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/linkdata_curs.h (original)
+++ openoffice/branches/ia2/main/vcl/inc/unx/x11_cursors/linkdata_curs.h Thu Feb 21 02:52:59 2013
@@ -24,7 +24,7 @@
 #define linkdata_curs_height 32
 #define linkdata_curs_x_hot 1
 #define linkdata_curs_y_hot 1
-static char linkdata_curs_bits[] = {
+static const unsigned char linkdata_curs_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00,
    0x0e, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00,
    0x7e, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00,