f052892015
- updated to libreoffice-3.4.2.5 (SUSE 3.4.2-rc2) OBS-URL: https://build.opensuse.org/request/show/80943 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=19
24 lines
917 B
Diff
24 lines
917 B
Diff
commit a3bf43527f17cc8f37c97df127cdd6ce22c50e36
|
|
Author: Petr Mladek <pmladek@suse.cz>
|
|
Date: Mon Sep 5 12:17:27 2011 +0200
|
|
|
|
Revert "Nested classes need to be marked separately DLLPUBLIC, apparently"
|
|
|
|
Broke .odp export and needed more love (bnc#715931)
|
|
|
|
This reverts commit 3f8b88f96e10941fe2ef0f9d6267835a75d4faec.
|
|
|
|
diff --git a/comphelper/inc/comphelper/storagehelper.hxx b/comphelper/inc/comphelper/storagehelper.hxx
|
|
index 9381f9f..d9aa6c6 100644
|
|
--- comphelper/inc/comphelper/storagehelper.hxx
|
|
+++ comphelper/inc/comphelper/storagehelper.hxx
|
|
@@ -179,7 +179,7 @@ public:
|
|
// it is necessary to keep references to all storages down the
|
|
// path - this is 'beautiful' (TM). So we need this ugly hack:
|
|
class LifecycleProxyImpl;
|
|
- class COMPHELPER_DLLPUBLIC LifecycleProxy {
|
|
+ class LifecycleProxy {
|
|
public:
|
|
LifecycleProxyImpl *pBadness;
|
|
LifecycleProxy();
|