Re: [Libreoffice] [PUSHED] Re: [PATCH] Replace WW8Bytes with ww::bytes

2011-10-07 Thread Maciej Rumianowski
2011/10/7 Jan Holesovsky > No need to, I took this approach > > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=f1eda55a0670cd571d676b46d2ac19fe86d51a3f > > and modified your patches myself. I've pushed them under your name, as > all I did was a sed :-) > > > http://cgit.freedesktop.or

[Libreoffice] [PUSHED] Re: [PATCH] Replace WW8Bytes with ww::bytes

2011-10-06 Thread Jan Holesovsky
Hi Maciej, On 2011-10-05 at 22:02 +0200, Maciej Rumianowski wrote: > > That same would be allowed by > > class bytes : public std::vector > > { > > public: > > const sal_uInt8* data() const { return &front(); } > > ... > So if it is desired solution I can modify Patches? No need to, I took th