[ooo-build-commit] patches/vba
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Sep 14 09:04:24 PDT 2009
patches/vba/vba-toolbar-menu-support.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5102ff5109902dd7b6f87f21798f1663d0260331
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Mon Sep 14 18:59:34 2009 +0300
Fix build problem on Windows
* patches/vba/vba-toolbar-menu-support.diff: A static member function
of a class that is VCL_DLLPUBLIC should not itself too be declared
VCL_DLLPUBLIC, says MSVC.
diff --git a/patches/vba/vba-toolbar-menu-support.diff b/patches/vba/vba-toolbar-menu-support.diff
index 5bd4c17..b22fc68 100644
--- a/patches/vba/vba-toolbar-menu-support.diff
+++ b/patches/vba/vba-toolbar-menu-support.diff
@@ -1268,7 +1268,7 @@ index 946b07c..ae0f373 100644
friend VCL_DLLPUBLIC SvStream& operator<<( SvStream& rOStm, const BitmapEx& rBitmapEx );
friend VCL_DLLPUBLIC SvStream& operator>>( SvStream& rIStm, BitmapEx& rBitmapEx );
-+ static VCL_DLLPUBLIC BitmapEx AutoScaleBitmap(BitmapEx & aBitmap, const long aStandardSize);
++ static BitmapEx AutoScaleBitmap(BitmapEx & aBitmap, const long aStandardSize);
};
#endif // _SV_BITMAPEX_HXX
More information about the ooo-build-commit
mailing list