[Libreoffice] HID_STATUSBAR

2011-03-31 Thread Christina Roßmanith

Hi,

I found that HID_STATUSBAR is #defined as 1212 in 
sw/source/ui/inc/hidfunc.h and #defined as SW_HID_STATUSBAR in 
sw/inc/helpid.h


Strange - but hidfunc.h never seems to be included. Could someone please 
check this? I've grok'ed and ./g grep'ed with no result.

How can a file be removed from the code base? rm of course - and then?

Christina
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] HID_STATUSBAR

2011-03-31 Thread Philipp Weissenbacher
Hi!

Don't use /bin/rm for that as it will only remove it in you working directory.
Use git-rm instead (see
http://www.kernel.org/pub/software/scm/git/docs/git-rm.html).

Gruß,
Philipp

On Thursday, 31 March 2011, Christina Roßmanith chrrossman...@web.de wrote:
 Hi,

 I found that HID_STATUSBAR is #defined as 1212 in sw/source/ui/inc/hidfunc.h 
 and #defined as SW_HID_STATUSBAR in sw/inc/helpid.h

 Strange - but hidfunc.h never seems to be included. Could someone please 
 check this? I've grok'ed and ./g grep'ed with no result.
 How can a file be removed from the code base? rm of course - and then?

 Christina
 ___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] HID_STATUSBAR

2011-03-31 Thread Jan Holesovsky
Hi Christina,

On 2011-03-31 at 15:32 +0200, Christina Roßmanith wrote:

 I found that HID_STATUSBAR is #defined as 1212 in 
 sw/source/ui/inc/hidfunc.h and #defined as SW_HID_STATUSBAR in 
 sw/inc/helpid.h
 
 Strange - but hidfunc.h never seems to be included. Could someone please 
 check this? I've grok'ed and ./g grep'ed with no result.

Most probably a remnant of the merge of the hid id removal, so please go
ahead.

 How can a file be removed from the code base? rm of course - and then?

git rm the_file
git commit
git push

[Alternatively when you just rm the_file, do git commit -a, and it will
spot that the file has been removed.]

Regards,
Kendy

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice